fixed crash on api < 21 due to drawable using attrs
This commit is contained in:
11
OpenKeychain/src/main/res/drawable/section_header_light.xml
Normal file
11
OpenKeychain/src/main/res/drawable/section_header_light.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="#212121" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user