码迷,mamicode.com
首页 >  
搜索关键字:match_parent    ( 614个结果
Android 智能短信第一天(下午)
ConversationFragment的布局: 首先我们找到我们要写的Fragment布局文件。 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_p...
分类:移动开发   时间:2016-04-26 21:14:23    阅读次数:187
Android学习(45) -- 自定义控件(9) 下拉刷新 (添加footer)
样式效果 1、创建底部的布局 layout_footer.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" ...
分类:移动开发   时间:2016-04-26 20:02:15    阅读次数:217
【黑马Android】(06)使用HttpClient方式请求网络/网易新闻案例
使用HttpClient方式请求网络 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" andr...
分类:移动开发   时间:2016-04-24 23:17:03    阅读次数:588
网格布局 计算器
<GridLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layo ...
分类:其他好文   时间:2016-04-22 09:27:21    阅读次数:275
信息界面——GridLayout
1 <?xml version="1.0" encoding="utf-8"?> 2 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_parent ...
分类:其他好文   时间:2016-04-22 01:05:38    阅读次数:115
计算器界面——GridLayout
1 <?xml version="1.0" encoding="utf-8"?> 2 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_parent ...
分类:其他好文   时间:2016-04-22 00:54:07    阅读次数:299
GridLayout 计算器
<?xml version="1.0" encoding="utf-8"?> <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" andr ...
分类:其他好文   时间:2016-04-21 23:39:42    阅读次数:394
安卓 计算器页面
<?xml version="1.0" encoding="utf-8"?> <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" and ...
分类:移动开发   时间:2016-04-21 01:42:11    阅读次数:237
帧布局和表格布局
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" and ...
分类:其他好文   时间:2016-04-20 23:38:30    阅读次数:231
相对布局和网格布局
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
分类:其他好文   时间:2016-04-20 23:29:31    阅读次数:233
614条   上一页 1 ... 17 18 19 20 21 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!