add slightly more pleasing gradient definition for the black theme option
This commit is contained in:
parent
dcc198b9ff
commit
82ff981fc7
|
@ -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>
|
Loading…
Reference in New Issue