最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

android開(kāi)發(fā)教程之自定義控件checkbox的樣式示例

 更新時(shí)間:2014年03月06日 16:12:23   作者:  
這篇文章主要介紹了android自定義checkbox的樣式示例,需要的朋友可以參考下

主界面xml文件

復(fù)制代碼 代碼如下:

<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" >
    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:button="@drawable/check_selector"
        android:checked="true" />
</RelativeLayout>

/res/drawable-hdpi/check_selector.xml

復(fù)制代碼 代碼如下:

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/checkok" android:state_checked="true"></item>
    <item android:drawable="@drawable/checkno" android:state_checked="false"></item>
</selector>

P.S:重點(diǎn): android:button="@drawable/check_selector"

check_selector.xml中的checkok為CheckBox選中狀態(tài)的圖片,checkno為CheckBox未選中狀態(tài)的圖片.

相關(guān)文章

最新評(píng)論

福贡县| 忻城县| 西乌| 夏邑县| 皋兰县| 巩义市| 万年县| 沅陵县| 衡水市| 保靖县| 右玉县| 邵阳市| 威海市| 南川市| 罗田县| 莱芜市| 忻州市| 惠东县| 临武县| 汝城县| 澎湖县| 教育| 永城市| 吉林市| 濉溪县| 九江市| 藁城市| 华安县| 聊城市| 铅山县| 巴中市| 锦屏县| 建平县| 嘉义市| 奎屯市| 泾源县| 临桂县| 西吉县| 盐津县| 琼结县| 延庆县|