mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-15 05:35:07 -05:00
9 lines
250 B
XML
9 lines
250 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
|
||
|
<gradient
|
||
|
android:startColor="#33000000"
|
||
|
android:centerColor="#11000000"
|
||
|
android:endColor="#00000000" />
|
||
|
|
||
|
</shape>
|