x7_mustupdataprogress_bg.xml 227 B

1234567
  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 android:radius="13dp" />
  5. <solid android:color="#cccccc"/>
  6. </shape>