记录一下,以备日后查阅

把下面的内容保存为xml文件,并放入到drawable文件夹中:

dockbar_selector.xml

<?xml version="1.0" encoding="UTF-8"?>  <selector    xmlns:android="http://schemas.android.com/apk/res/android">      <item android:state_pressed="true" android:drawable="@drawable/selector_pressed_shape" />      <item android:state_focused="true" android:state_window_focused="true" android:drawable="@drawable/selector_focused_shape" />      <item android:state_focused="true" android:state_window_focused="false" android:drawable="@android:color/transparent" />  </selector>  

selector_focused_shape.xml

<?xml version="1.0" encoding="UTF-8"?>  <shape    xmlns:android="http://schemas.android.com/apk/res/android">      <solid android:color="#ffff9000" />      <stroke android:width="0.0dip" android:color="#00000000" />      <padding android:left="0.0dip" android:top="0.0dip" android:right="0.0dip" android:bottom="0.0dip" />      <corners android:topLeftRadius="6.0dip" android:topRightRadius="6.0dip" android:bottomLeftRadius="6.0dip" android:bottomRightRadius="6.0dip" />  </shape>  

selector_pressed_shape.xml

  1. <?xmlversion="1.0"encoding="UTF-8"?>
  2. <shape
  3. xmlns:android="http://schemas.android.com/apk/res/android">
  4. <solidandroid:color="#ffffba00"/>
  5. <strokeandroid:width="0.0dip"android:color="#00000000"/>
  6. <paddingandroid:left="0.0dip"android:top="0.0dip"android:right="0.0dip"android:bottom="0.0dip"/>
  7. <cornersandroid:topLeftRadius="6.0dip"android:topRightRadius="6.0dip"android:bottomLeftRadius="6.0dip"android:bottomRightRadius="6.0dip"/>
  8. </shape>

然后调用的时候,只需在layout的xml文件里面加上背景属性即可:

android:background="@drawable/dockbar_selector"

更多相关文章

  1. Android端JQueryMobile使用教程(二)
  2. 手动root android 模拟器(emulator)详细过程
  3. Fragments的初识---android开发
  4. android通过网络下载文字和Mp3的例子
  5. 用android-logging-log4j去实现log输出内容到sd卡中的文件的功能
  6. Android工程的编译过程
  7. Android(安卓)快速打包项目成jar包
  8. Android中如何调用其它应用
  9. NPM 和webpack 的基础使用

随机推荐

  1. 详解MySQL开启远程连接权限
  2. css 媒体查询(响应式布局),元素定位与fle
  3. 响应式布局
  4. Linux下安装MongoDB的实现步骤
  5. 定位登录页面/flex布局
  6. 浅谈Go1.18中的泛型编程
  7. idea中lombok的用法
  8. 绝对单位px和相对单位:em,rem,vh,vw和布局
  9. 定位实战:模态框
  10. 定位与定位元素