Newer
Older
mapCollector / app / src / main / res / drawable / bg_edittext.xml
Pengxh on 24 Sep 2021 311 bytes 首次提交
<?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>