open-keychain/OpenKeychain/src/main/res/drawable/cardview_header.xml
2015-08-06 02:02:11 +05:30

12 lines
260 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<size
android:height="1dp"
android:width="1000dp" />
<solid android:color="#808080" />
</shape>