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

konghaorui committed
5
    <solid android:color="@color/platform_main_theme_bright"/>
6 7 8 9

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

</shape>