summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/drawable/indicator_dot.xml
blob: b6dd6c82240416c8bf9332d51ee6dd9708329c31 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<!-- https://github.com/ongakuer/CircleIndicator/issues/160 -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:padding="10dp"
    android:shape="oval">
    <solid android:color="?colorTertiary" />
    <corners android:radius="25dp" />
</shape>