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 · 555 阅读 · 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 · 842 阅读 · 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 · 5191 阅读 · 0 评论
分享