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

    <corners android:radius="20dp" />
    <gradient android:startColor="#1DA1F2"
ydl committed
6
        android:endColor="#1DA1F2"
7 8 9
        android:angle="180"/>

</shape>