forked from melod1n/fast-messenger
13 lines
381 B
XML
13 lines
381 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<gradient
|
|
android:angle="90"
|
|
android:centerColor="#ffffff"
|
|
android:centerY="0.625"
|
|
android:endColor="@android:color/transparent"
|
|
android:startColor="#ffffff"
|
|
android:type="linear" />
|
|
|
|
</shape> |