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

   <solid android:color="#FFFFFF" />
   <corners
      android:topRightRadius="10dp"
      android:topLeftRadius="10dp" />
</shape>