open-keychain/OpenPGP-Keychain/src/main/res/drawable/section_header.xml
2014-01-27 14:18:25 +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>