im_chat_model_selected_bg.xml 343 Bytes
Newer Older
konghaorui 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">

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

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

    <stroke
        android:width="0.5dp"
11
        android:color="@color/platform_main_theme"/>
konghaorui committed
12 13

</shape>