android开发
wlkingliao
这个作者很懒,什么都没留下…
展开
-
Click++项目
实现点击click按钮,数字加1。//activity_main.xml<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"原创 2016-02-01 23:52:10 · 502 阅读 · 0 评论 -
多选按钮CheckBox及全选的实现
#activity_main.xml#<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layou原创 2016-03-06 01:13:11 · 798 阅读 · 0 评论 -
单选按钮RadioButton及同时选择两个关联button的实现
#//Activity_Main.xml#<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:lay原创 2016-03-06 01:16:08 · 5111 阅读 · 0 评论