open-keychain/libraries/AndroidBootstrap/res/drawable/thumbnail_circle.xml

7 lines
216 B
XML
Raw Normal View History

2014-01-09 06:31:45 -05:00
<?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>