1
0
mirror of https://github.com/moparisthebest/open-keychain synced 2025-03-03 18:59:49 -05:00
2014-01-09 12:31:45 +01:00

9 lines
324 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item><shape>
<solid android:color="@color/bthumbnail_background" />
<stroke android:width="1dp" android:color="@color/bthumbnail_border" />
</shape></item>
</selector>