course_comment_item_btn_background.xml 242 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">

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

konghaorui committed
7
    <solid android:color="@color/platform_main_theme" />
严久程 committed
8 9

</shape>