
Android开发
文章平均质量分 77
诗泠
android开发者,梦想是要有的,因为会实现
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
可折叠的列表ExpandableListView及其适配器
ExpandableListView继承于ListView。 ExpandableListView有如后特殊属性:android:childDivider=""(各组内成员之间的分隔条)android:childIndicator=""(各组内成员旁边的drawable对象)android:groupIndicator=""(分组项旁边的drawable对象)expandableListView原创 2016-09-21 15:39:18 · 1136 阅读 · 0 评论 -
AlertDialog两三事
AlertDialog为什么要Buider呢?直接构造如何不成功? 一:AlertDialog与AlertDialog.Builder AlertDialog是Dialog的一个直接子类,最常用的对话框之一,注意不能直接用构造函数 AlertDialog alertDialog = new AlertDialog(mContent)来得到一个AlertDialog; AlertD原创 2016-09-20 15:56:37 · 472 阅读 · 0 评论 -
布局文件控件属性讲解
通用属性: android:layout_width 控件宽 android:layout_height 控件高 android:layout_marginBottom 离某元素底边缘的距离 android:layout_marginLeft原创 2016-10-17 09:57:43 · 431 阅读 · 0 评论