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