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

ydl committed
5
    <solid android:color="#37000000"/>
ydl committed
6 7 8 9

    <corners android:radius="14dp"/>

</shape>