<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<solid android:color="@color/white" />
<corners android:radius="@dimen/button_radius" />
<stroke
android:width="1px"
android:color="@color/line" />
</shape>
-
vunguyencuong authored7b70e22c