Newer
Older
GasOperationApp / app / src / main / res / drawable / bg_edittext.xml
[wangxitong] on 24 May 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>