领透酷医云安卓客户端

btn_background_shape_while.xml 348B

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