course_common_search_bar_back.xml 256 Bytes
Newer Older
严久程 committed
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

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

    <solid
严久程 committed
9
        android:color="@color/course_color_F7F7F7"/>
严久程 committed
10 11

</shape>