领透酷医云安卓客户端

btn_background_rectangle_gery.xml 347B

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