<style name="Widget.CompoundButton.RadioButton">
<item name="android:background">@android:drawable/btn_radio_label_background</item>
<item name="android:button">@android:drawable/btn_radio</item>
</style>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true" android:state_window_focused="false"
android:drawable="@drawable/btn_radio_on" />
<item android:state_checked="false" android:state_window_focused="false"
android:drawable="@drawable/btn_radio_off" />
<item android:state_checked="true" android:state_pressed="true"
android:drawable="@drawable/btn_radio_on_pressed" />
<item android:state_checked="false" android:state_pressed="true"
android:drawable="@drawable/btn_radio_off_pressed" />
<item android:state_checked="true" android:state_focused="true"
android:drawable="@drawable/btn_radio_on_selected" />
<item android:state_checked="false" android:state_focused="true"
android:drawable="@drawable/btn_radio_off_selected" />
<item android:state_checked="false" android:drawable="@drawable/btn_radio_off" />
<item android:state_checked="true" android:drawable="@drawable/btn_radio_on" />
</selector>
|
名称 |
图标 |
| btn_radio_on_selected.png | [img]http://files.jb51.net/file_images/article/201510/2015102117000010.png[/img] |
| btn_radio_on_pressed.png | [img]http://files.jb51.net/file_images/article/201510/2015102117000011.png[/img] |
| btn_radio_on.png | [img]http://files.jb51.net/file_images/article/201510/2015102117000012.png[/img] |
| btn_radio_off_selected.png | [img]http://files.jb51.net/file_images/article/201510/2015102117000013.png[/img] |
| btn_radio_off_pressed.png | [img]http://files.jb51.net/file_images/article/201510/2015102117000014.png[/img] |
| btn_radio_off.png | [img]http://files.jb51.net/file_images/article/201510/2015102117000015.png[/img] |
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="MyRadioButton">
<item name="android:background">@drawable/bt_radio</item>
<item name="android:button">@null</item>
</style>
</resources>
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@drawable/bt_require_radio_s" android:state_checked="true"/> <item android:drawable="@drawable/bt_require_radio_n" android:state_checked="false"/> </selector>
|
名称 |
图标 |
| bt_requires_radio_n | [img]http://files.jb51.net/file_images/article/201510/2015102117000017.png[/img] |
| bt_requires_radio_n | [img]http://files.jb51.net/file_images/article/201510/2015102117000018.png[/img] |
<?xml version="1.0" encoding="utf-8"?>
<RadioGroup xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#aaaaaa"
android:orientation="vertical" >
<RadioButton
style="@style/MyRadioButton"
android:layout_width="wrap_content"
android:layout_height="50dip"
android:layout_marginTop="10dip"
android:text="ABCD" />
<RadioButton
style="@style/MyRadioButton"
android:layout_width="wrap_content"
android:layout_height="50dip"
android:layout_marginTop="10dip"
android:text="EFGH" />
</RadioGroup>
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有