EditText使用Selector设置选中与边框颜色

来源:互联网 发布:淘宝上哪家热干面好吃? 编辑:程序博客网 时间:2024/06/04 18:44
<?xml version="1.0" encoding="utf-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android">    <item android:drawable="@drawable/n" android:state_focused="false"/>    <item android:drawable="@drawable/p" android:state_focused="true"/></selector>
0 0
原创粉丝点击