how to create an image button that when it's being clicked, it will change it's background only but not it's src?

here is the image button and it's attributes:

<ImageButtonandroid:layout_width="wrap_content"android:background="@drawable/btn_background"android:src="@drawable/button_playing_play"android:layout_height="wrap_content"/>

it's background is another drawable xml file:

<?xmlversion="1.0"encoding="utf-8"?><selectorxmlns:android="http://schemas.android.com/apk/res/android"><itemandroid:drawable="@drawable/button_blue_press"android:state_pressed="true"/><itemandroid:drawable="@android:color/white"/></selector>

that's it!

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. android HttpClient网络通信工具类基于XM
  2. Android(安卓)Studio 插件--postfix
  3. iOS/Android(安卓)DevCamp:我们只谈移动开
  4. Android屏幕自适应4种解决方案
  5. Android Studio在引用项目时使用JDK1.8的
  6. Android设置角标提示
  7. gradle android基本配置详解
  8. android点击系统通知Notification,进入指
  9. android基于Xmpp的即时通讯开发
  10. android XmlSerializer 组拼xml