2021-05-22 12:02:49 -04:00
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-01-05 14:43:07 -05:00
|
|
|
android:shape="rectangle">
|
2021-05-22 12:02:49 -04:00
|
|
|
<solid android:color="@android:color/transparent" />
|
2020-01-05 14:43:07 -05:00
|
|
|
<size
|
|
|
|
android:width="32dp"
|
|
|
|
android:height="32dp" />
|
2021-05-22 12:02:49 -04:00
|
|
|
</shape>
|