Newer
Older
dxcgt / app / src / main / res / drawable / bg_edittext_normal.xml
wangxitong on 6 Apr 2021 258 bytes first commit
<?xml version="1.0" encoding="utf-8"?>
<shape
  xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#e5e5e5" />
    <corners android:radius="3.0dip" />
    <stroke android:width="1.0dip" android:color="#ffbfbfbf" />
</shape>