2016年5月10日
摘要: 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:tools="http://schemas.andr 阅读全文
posted @ 2016-05-10 22:16 安然罒 阅读(1319) 评论(0) 推荐(0) 编辑
摘要: 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:tools="http://schemas.andr 阅读全文
posted @ 2016-05-10 22:16 安然罒 阅读(691) 评论(0) 推荐(0) 编辑
摘要: 一.分类 1.不可拖动 ProgressBar 2.可拖动 1>SeekBar 2>RatingBar 二.ProgressBar 1.style 样式 1>水平 ?android:attr/progressBarStyleHorizontal; 2>旋转 1-默认样式 2-设置大小 ?androi 阅读全文
posted @ 2016-05-10 22:15 安然罒 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 一.分类 1.选项菜单 OptionMenu 1>按menu键触发 2>事件源时Activity 2.上下文菜单 ContextMenu 长按组件时触发。 3.子菜单 SubMenu addSubMenu()添加子菜单。 1 <?xml version="1.0" encoding="utf-8"? 阅读全文
posted @ 2016-05-10 00:46 安然罒 阅读(623) 评论(0) 推荐(0) 编辑