码迷,mamicode.com
首页 >  
搜索关键字:layout_width    ( 981个结果
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
35蓝牙通信
为了学习和测试蓝牙的通信机制,我是把服务器端和客户端分开为两个APP来写的。 一、首先是服务器端: 1、AndroidManifest.xml 添加权限: 2、布局文件 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="...
分类:其他好文   时间:2014-12-04 15:46:56    阅读次数:249
981条   上一页 1 ... 82 83 84 85 86 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!