Add missing scrim drawable
This commit is contained in:
8
OpenKeychain/src/main/res/drawable/scrim_bottom.xml
Normal file
8
OpenKeychain/src/main/res/drawable/scrim_bottom.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:startColor="@color/translucent_scrim_bottom"
|
||||
android:centerColor="@color/translucent_scrim_bottom_center"
|
||||
android:endColor="@android:color/transparent"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user