rectangle_gray_f7f7f7_10.xml
370 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="10px" />
<solid android:color="#f7f7f7" />
<stroke
android:width="0.3dp"
android:color="#e5e5e5" />
<size
android:width="29dp"
android:height="34dp" />
</shape>