pb_hot_time.xml 349 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" >
  3. <!-- 3圆角,白色背景绿边按钮 -->
  4. <!-- 圆角 -->
  5. <corners
  6. android:radius="5dp"/>
  7. <!-- 设置圆角半径 -->
  8. <!-- 填充 -->
  9. <solid android:color="#CECECE" />
  10. <!-- 填充的颜色 -->
  11. />
  12. </shape>