jm_dialog_title_white_bg.xml 400 B

123456789101112
  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:topLeftRadius="8dp"
  7. android:topRightRadius="8dp"/><!-- 设置圆角半径 -->
  8. <!-- 填充 -->
  9. <solid android:color="@color/jmfont_white"/><!-- 填充的颜色 -->
  10. </shape>