open-keychain/OpenKeychain/src/main/res/drawable/scrim_bottom.xml
2015-08-28 14:25:20 +02:00

8 lines
341 B
XML

<?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>