1
0
mirror of https://github.com/moparisthebest/open-keychain synced 2025-03-06 20:29:40 -05:00
2014-01-09 12:31:45 +01:00

12 lines
362 B
XML

<?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" />
<stroke android:width="1dp" android:color="@color/bthumbnail_border" />
</shape>
</item>
</selector>