少年辛苦终身事,莫向光阴惰寸功。这篇文章主要讲述selector的使用,android:clickable="
true"
相关的知识,希望能为你提供帮助。
< ImageView android:id="@+id/patrol_buzzer_btn" android:layout_width="80dp" android:layout_height="80dp" android:src="https://www.songbingjia.com/android/@drawable/selector_buzzer" android:clickable="true" app:layout_constraintBottom_toTopOf="@+id/patrol_btn" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" />
< ?xml version="1.0" encoding="utf-8"?> < selector xmlns:android="http://schemas.android.com/apk/res/android"> < item android:drawable="@drawable/artillery_buzzer_pressed" android:state_pressed="true" /> < item android:drawable="@drawable/artillery_buzzer" android:state_pressed="false"/> < /selector>
artillery_buzzer_pressed
文章图片
artillery_buzzer
文章图片
【selector的使用,android:clickable=" true" 】
推荐阅读
- 趣享付APP再升级,剑指精准营销
- Task 'assembleXXXDebug' not found in project ':app'.的解决方法
- Android Studio模拟器出错,提示Application Installation Failed, Installation failed with message Failed to es
- Android-Kotlin-when&类型推断
- Android使用bindService作为中间人对象开启服务
- 有了过滤器旁路和一些十六进制,被黑的信用卡号仍然可以访问Google
- 不喜欢TDD(尝试这个行为驱动的开发示例)
- 旧版软件的现代化(使用Erlang和CloudI的MUD编程)
- 修复” Heartbleed” OpenSSL错误(系统管理员指南)