-
Button---按钮 ImageButton---图片按钮查看全部
-
MultiAutoCompleteTextView查看全部
-
多选择的控件查看全部
-
AutoCompleteTextView属性查看全部
-
AutoCompleteTextView控件查看全部
-
wrap_content match_parent fill_parent查看全部
-
EditText查看全部
-
文本框查看全部
-
项目结构详解查看全部
-
cai查看全部
-
xdf查看全部
-
添加按钮: 用LinearLayout 套用 一个horizontal 一个 vertical textSize="20sp" 设置大小 marginleft="10dp" 边距 gravity=right/bottom" 文字局右下 内部布局 layout_gravity 相对于父布局 等号部分 分左右 linearlayout horizontal查看全部
-
intent:协助android各个组件之间的通讯; 实现页面跳转的方式: 1.startActivity(intent); 2.startActivityResult(intent,requestCode); onActivityResult(int requestCode,int resultCode,intent data) --b页面接受a回传的数据时用的; setResult(resultCode,data) --b页面回传给a页面数据时用的 第二种跳转方式有返回值即b页面的值可以回传给a,而第一种没有: 步骤: 1.在src文件夹的包下新建两个cla查看全部
-
android:background="@drawable/white_bg" shape 标签可以用来设置 editview 的属性 例如 corners 设置圆角 gradient 设置填充颜色的渐变 stroke 设置边线宽度和颜色 solid 设置填充色 @color/white 取消标题栏 设置theme="@android:style/Theme.Black.NoTitleBar" editable="false" 不可编辑(显示结果的地方)查看全部
-
123查看全部
举报
0/150
提交
取消