bg_gradient_fff_40fff.xml 247 Bytes
Newer Older
YKai committed
1 2 3 4
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

    <gradient
YKai committed
5
        android:startColor="#40ffffff"
YKai committed
6 7 8 9
        android:endColor="@color/white"
        android:angle="360"
        />
</shape>