Newer
Older
dxcgt_app / app / src / main / res / drawable / bg_edittext_focused.xml
wangxitong on 12 Jan 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="#ff808080" />
</shape>