码迷,mamicode.com
首页 > 移动开发 > 详细

android checkbox 小记

时间:2014-06-05 15:15:47      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:android   c   style   class   blog   code   

1
2
3
4
5
6
7
<CheckBox
     android:id="@+id/cbCheckBox"
     android:layout_width="0px"
     android:layout_height="wrap_content"
     android:layout_weight="1"
     android:button="@drawable/checkbox_checked_style"
     android:focusable="false" />

  

1
checkbox_checked_style
bubuko.com,布布扣
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:drawable="@drawable/checkbox_checked" android:state_checked="true"></item>
    <item android:drawable="@drawable/checkbox_default" android:state_checked="false"></item>

</selector>
bubuko.com,布布扣

 

android checkbox 小记,布布扣,bubuko.com

android checkbox 小记

标签:android   c   style   class   blog   code   

原文地址:http://www.cnblogs.com/lihaolihao/p/3768961.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!