aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/AndroidBootstrap/res/drawable/thumbnail_circle.xml
blob: c8d3ab2ff2f97aefaa8e4ca511b2cd4c4db158e8 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>

    <shape xmlns:android="http://schemas.android.com/apk/res/android"
        android:shape="oval">
        <solid android:color="@color/bthumbnail_placeholder"/>
    </shape>