empty_drawable_32dp.xml 235 B

1234567
  1. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:shape="rectangle">
  3. <solid android:color="@android:color/transparent" />
  4. <size
  5. android:width="32dp"
  6. android:height="32dp" />
  7. </shape>