Android中给TextView的Background设置selector不生效的问题解决

TextView中设置selector不生效

给TextView的selector设置属性android:state_pressed

错误的的selector代码示例:

javascript 复制代码
// selector不生效代码示例
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/yt_bg_normal_btn_tire" android:state_selected="false"/>
    <item android:drawable="@drawable/yt_bg_press_btn_tire" android:state_selected="true"/>
</selector>

正确的selector代码示例:

javascript 复制代码
// selector有效代码示例
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/yt_bg_normal_btn_tire" android:state_pressed="false"/>
    <item android:drawable="@drawable/yt_bg_press_btn_tire" android:state_pressed="true"/>
</selector>
相关推荐
冬奇Lab1 天前
相机拍照流程:从快门按下到JPEG存储的完整旅程
android·音视频开发·源码阅读
alexhilton1 天前
在Compose中用Shader实现透明的粘稠元球效果
android·kotlin·android jetpack
jwn9991 天前
Laravel5.x核心特性全解析
android·php·laravel
studyForMokey1 天前
【Android面试】RecylerView专题
android·spring·面试
android_cai_niao1 天前
Android中有什么技术过时了可以直接用新技术的
android·过时技术
lingggggaaaa1 天前
PHP原生开发篇&文件安全&上传监控&功能定位&关键搜索&1day挖掘
android·学习·安全·web安全·php
我是场1 天前
我的NPI项目 - OTA upgrade是什么?
android·人工智能
zh_xuan1 天前
Android 实现fragment导航
android·fragment导航
java资料站1 天前
MySQL 增量同步脚本
android·数据库·mysql
穷人小水滴1 天前
手机安装 Cross Profile Test App (Android)
android·手机·一加