shape_btn_bussine.xml 446 B

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