round_top_shap.xml 316 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >

    <solid android:color="@color/skin_themeColor" />

    <corners
        android:topLeftRadius="@dimen/ui_general_stroke_radius"
        android:topRightRadius="@dimen/ui_general_stroke_radius" />

</shape>