这是一个简单的小的DEMO , 关于点击按钮用于实现图片的切换, 重要的就是里面的关于逻辑的处理, 在以后图片轮播的技术上关于逻辑的处理和这个类似
创新互联专业为企业提供红古网站建设、红古做网站、红古网站设计、红古网站制作等企业网站建设、网页设计与制作、红古企业网站模板建站服务,10多年红古做网站经验,不只是建网站,更提供有价值的思路和整体网络服务。
Android Button的点击事件切换点击图片
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" tools:context=".MainActivity" > <Button android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_centerHorizontal="true" android:layout_marginTop="184dp" android:background="@drawable/button_selector" /> </RelativeLayout>
android:background="@drawable/button_selector"
(2)在res文件夹下创建drawable文件夹,创建一个selector文件
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@drawable/q" android:state_pressed="true"></item> <item android:drawable="@drawable/w" android:state_focused="true"></item> <item android:drawable="@drawable/e"></item> </selector>
文件夹内放三张图片用于切换的时候改变图片
(3)其他内容不需要改变
文件的图片随着按钮的点击变化
总结
以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,谢谢大家对创新互联的支持。如果你想了解更多相关内容请查看下面相关链接
网站标题:Android点击Button实现切换点击图片效果的示例
新闻来源:https://www.cdcxhl.com/article2/ipgoic.html
成都网站建设公司_创新互联,为您提供标签优化、企业建站、外贸网站建设、网站内链、网站建设、外贸建站
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联