aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/AndroidBootstrap/res/drawable/thumbnail_circle_minimal.xml
blob: 80d4c41b4f07632f8c09df3d51e04953ed53821b (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item>
        <shape
            android:shape="oval">
            <solid android:color="@color/bthumbnail_background" />
        </shape>
    </item>

</selector>