Rename folder structure from OpenPGP Keychain to OpenKeychain
This commit is contained in:
11
OpenKeychain/src/main/res/drawable/section_header.xml
Normal file
11
OpenKeychain/src/main/res/drawable/section_header.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user