码迷,mamicode.com
首页 >  
搜索关键字:match_parent    ( 614个结果
android之ArrayAdaper之Spinner
listView页面布局:layout/activity_main.xml:<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="ve..
分类:移动开发   时间:2014-12-07 06:49:29    阅读次数:172
android之simpleAdaper应用
listView页面布局:layout/activity_main.xml:<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:paddingBottom..
分类:移动开发   时间:2014-12-07 06:49:11    阅读次数:233
android之listView之增删改查
主显示布局以及代码:activity_main.xml:<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"><ListViewandroid:i..
分类:移动开发   时间:2014-12-07 06:48:35    阅读次数:309
android之listView缓存机制
activity_main.xml:<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:paddingBottom="@dimen/activity_vertic..
分类:移动开发   时间:2014-12-07 06:48:35    阅读次数:286
andriod之对话框--标准对话框、列表对话框、自定义对话框
listView页面布局:layout/activity_main.xml:<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="ve..
分类:其他好文   时间:2014-12-07 06:47:50    阅读次数:186
android之ArrayAdaper应用
listView页面布局:layout/activity_main.xml:<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:paddingBottom..
分类:移动开发   时间:2014-12-07 06:47:49    阅读次数:157
线程通信之handle用法
主显示布局以及代码:activity_main.xml:<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="vertic..
分类:编程语言   时间:2014-12-07 06:47:07    阅读次数:182
android之GridView和Gallery
GridView:/activity_main.xml<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"><GridViewandroid:id="@+id/gvG..
分类:移动开发   时间:2014-12-07 06:46:49    阅读次数:294
Fragment切换动画
题外话: 如何把一个 “小view” 或者 “小fragment” 覆盖到一个 “全屏view” 之上(见下图)。 方法一(FrameLayout + layout_marginTop ):         android:layout_width="match_parent"         android:layout_hei...
分类:其他好文   时间:2014-12-05 21:20:14    阅读次数:198
Android学习笔记
********************2014、11、12********************1、Android 之 fill_parent 、wrap_content 、match_parent属性fill_parent 设置一个顶部布局或控件为fill_parent将强制性让它布满整个屏幕...
分类:移动开发   时间:2014-12-05 19:13:22    阅读次数:258
614条   上一页 1 ... 50 51 52 53 54 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!