tysdkn_pay_item.xml 434 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <solid android:color="#ffffff"/>
  4. <corners
  5. android:bottomLeftRadius="5dp"
  6. android:bottomRightRadius="5dp"
  7. android:topRightRadius="5dp"
  8. android:topLeftRadius="5dp"/>
  9. <!--<stroke-->
  10. <!--android:width="0.5dp"-->
  11. <!--android:color="#dcdcdc"/>-->
  12. </shape>