Newer
Older
dxcgt_app / app / src / main / res / drawable / bg_edittext.xml
wangxitong on 12 Jan 2021 311 bytes first commit
<?xml version="1.0" encoding="utf-8"?>
<selector
  xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_window_focused="false" android:drawable="@drawable/bg_edittext_normal" />
    <item android:state_focused="true" android:drawable="@drawable/bg_edittext_focused" />
</selector>