mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-07 01:35:00 -05:00
11 lines
267 B
XML
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> |