公告板
版本库
filestore
活动
搜索
登录
Android
/
Security_simplify_gpu_V10.8.0_v2_black
学院路学区室外黑色设备
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix: upgrade bug. completed by xuxiuxi
zhangzengfei
2020-03-31
0ce893695d32ab686f9e2309509e80c6feb0d380
[Android/Security_simplify_gpu_V10.8.0_v2_black.git]
/
app
/
src
/
main
/
res
/
drawable
/
bg_edittext.xml
1
2
3
4
5
<?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>