mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-07 01:35:00 -05:00
9 lines
280 B
XML
9 lines
280 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item><shape android:shape="rectangle">
|
|
<solid android:color="@color/bthumbnail_placeholder" />
|
|
|
|
</shape></item>
|
|
|
|
</selector> |