locker_name_round.xml 215 B

1234567
  1. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:shape="oval">
  3. <solid android:color="@color/white" />
  4. <size
  5. android:width="24px"
  6. android:height="24px" />
  7. </shape>