confide_bg_sound_selected.xml 275 Bytes
Newer Older
洪国微 committed
1 2 3 4 5 6
<?xml version="1.0" encoding="utf-8"?>
<shape
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle"
    android:useLevel="false">

7
    <solid android:color="@color/platform_main_theme"/>
洪国微 committed
8 9 10 11 12

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

</shape>