2020-01-05 14:43:07 -05:00
|
|
|
<shape
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle">
|
|
|
|
<solid android:color="@android:color/transparent"/>
|
|
|
|
<size
|
|
|
|
android:width="32dp"
|
|
|
|
android:height="32dp" />
|
2016-12-11 06:43:44 -05:00
|
|
|
</shape>
|