open-keychain/OpenPGP-Keychain/res/drawable/section_header.xml
2013-01-16 14:31:16 +01:00

11 lines
267 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="2dp"
android:width="1000dp" />
<solid android:color="@color/emphasis" />
</shape>