pb_gray_frame_select.xml 327 B

1234567891011
  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="#cccccc" />
  6. <corners android:radius="4dp" />
  7. <padding
  8. android:bottom="1dp"
  9. android:left="1dp"
  10. android:right="1dp" />
  11. </shape>