add slightly more pleasing gradient definition for the black theme option

This commit is contained in:
Morgan Lim 2020-07-09 20:27:15 -04:00
parent dcc198b9ff
commit 82ff981fc7
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<gradient
android:angle="270"
android:startColor="#ff000000"
android:centerColor="#00000000"
android:endColor="#ff000000"
android:type="linear"/>
</shape>
</item>
</selector>