Newer
Older
GasOperationApp / app / src / main / res / drawable / bg_edittext_normal.xml
[wangxitong] on 24 May 2021 260 bytes first commit
<?xml version="1.0" encoding="utf-8"?>
<shape
  xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#ffffffff" />
    <corners android:radius="3.0dip" />
    <stroke android:width="1.0dip" android:color="#ffbfbfbf" />
</shape>