码迷,mamicode.com
首页 >  
搜索关键字:layout_width    ( 981个结果
Android学习笔记之ContextualMenu上下文菜单用于长按事件的确定
(1)在布局文件中创建一个listview: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" androi...
分类:移动开发   时间:2015-01-17 15:16:03    阅读次数:229
Android学习笔记之PopupMenu弹出菜单
(1)布局文件:用于弹出菜单的处罚button: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" andr...
分类:移动开发   时间:2015-01-17 15:14:34    阅读次数:199
Android学习笔记之样式和主题之选择器
(1)布局文件 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height...
分类:移动开发   时间:2015-01-16 19:18:58    阅读次数:178
Android学习笔记之Button的点击事件切换点击图片
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_p...
分类:移动开发   时间:2015-01-16 19:10:00    阅读次数:147
ScrollView的用法,隐藏滚动条
我之前写了一个ScrollView老是报java.lang.IllegalStateException: ScrollView can host only one direct child,意思是说:ScrollView只能有一个子布局,所以用一个布局把你写的布局抱起来就OK,隐藏滚动条。 <ScrollView android:layout_width="match_p...
分类:其他好文   时间:2015-01-16 16:54:52    阅读次数:182
Android学习笔记之Theme主题的修改设置
(1)布局文件 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height...
分类:移动开发   时间:2015-01-16 16:43:49    阅读次数:138
熟悉AndroidAPI系列15——ListView
三个关键点xml布局设置数据和简单适配器自定义适配器XML布局主Activity布局ListView条目的XML布局主Activity布局,只需要加入一个ListView控件,特别要注意各个控件的layout_width和layout_height的设定 1 6 7 11 ...
分类:移动开发   时间:2015-01-16 16:33:11    阅读次数:134
Android学习笔记之ListView的简单使用
(1) <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="ma...
分类:移动开发   时间:2015-01-16 14:43:14    阅读次数:182
Android学习笔记之自定义Toast
(1)布局文件layout <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_...
分类:移动开发   时间:2015-01-15 22:12:06    阅读次数:204
Android Shape自定义纯色圆角按钮
首先看一下效果图: 整个页面布局为: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:back...
分类:移动开发   时间:2015-01-15 18:14:37    阅读次数:199
981条   上一页 1 ... 75 76 77 78 79 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!