hfb_merdesc_info_bg.xml 537 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" >
  3. <stroke
  4. android:width="1dp"
  5. android:color="#b4b4b4" />
  6. <padding
  7. android:left="10dip"
  8. android:top="10dip"
  9. android:right="10dip"
  10. android:bottom="10dip" />
  11. <corners
  12. android:topLeftRadius="5dp"
  13. android:topRightRadius="5dp"
  14. android:bottomLeftRadius="5dp"
  15. android:bottomRightRadius="5dp" />
  16. <solid android:color="#ffffff" />
  17. </shape>