summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/drawable/circle_bg.xml
blob: 404de097922131f6e86b7321b07d8d3f9861df9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<shape
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">

    <solid
        android:color="@android:color/white"/>

    <size
        android:width="48dp"
        android:height="48dp"/>
</shape>