码迷,mamicode.com
首页 >  
搜索关键字:layout_height    ( 604个结果
58、微信-我-我的二维码MyCodeActivity
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_parent"android:ba...
分类:微信   时间:2016-05-12 20:19:21    阅读次数:441
57、微信-我Fragment_Profile
xml version="1.0" encoding="utf-8"?>LinearLayoutandroid:gravity="center_horizontal"android:orientation="vertical"android:layout_width="fill_parent"android:layout_height="fill_parent"xmlns:android="htt...
分类:微信   时间:2016-05-12 20:17:36    阅读次数:455
自定义view+onTouch
自定义view 布局     xmlns:tools="http://schemas.android.com/tools"     android:layout_width="match_parent"     android:layout_height="match_parent"     android:paddingBottom="@dimen/activity_verti...
分类:其他好文   时间:2016-05-12 20:02:07    阅读次数:311
Android_ListView上拉加载更多(ListView分页功能)
先上效果图 加载完数据 首先定义一个底部正在加载的布局footer_layout.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_p...
分类:移动开发   时间:2016-05-12 19:39:03    阅读次数:397
表格布局—计算器
android :id= "@+id/root"   android :layout_width= "match_parent"   android :layout_height= "match_parent"   android :columnCount= "4"   android :rowCount= "6">         android :layout_width...
分类:其他好文   时间:2016-05-12 18:25:59    阅读次数:274
Tablayout
Tablayout 结合 viewPager <android.support.design.widget.TabLayout android:id="@+id/tab_FindFragment_title" android:layout_width="match_parent" android:layout_height="wrap_co...
分类:其他好文   时间:2016-05-12 18:18:30    阅读次数:144
安卓017ListView & GridView & ScrollView
ListView 在APP开发中几乎无处不在,重要性,不言而喻! XML 代码: android:layout_width="match_parent" android:layout_height="wrap_content" android:entries="@array/ctype"> 常用属性: android:divider 用于为列表实例设置分隔条...
分类:移动开发   时间:2016-05-12 14:40:11    阅读次数:252
SimpleAdapter使用案例
页面布局     android :layout_width= "match_parent"     android :layout_height= "match_parent"     android :orientation= "horizontal">             android :id= "@+id/img"         android :...
分类:其他好文   时间:2016-05-12 13:32:51    阅读次数:275
Viewpaer+fragment
1、碎片的动态切换: 1-1:页面填写 <FrameLayout android:id="@+id/fl_layout" android:layout_weight="1" android:layout_width="match_parent" android:layout_height="matc ...
分类:其他好文   时间:2016-05-08 19:43:58    阅读次数:173
Toast和Notification的用法
Toast的用法 新建工程Toast 资源文件添加Button按钮btnShowToast <Button android:id="@+id/btnShowToast" android:layout_width="fill_parent" android:layout_height="wrap_co ...
分类:其他好文   时间:2016-05-08 10:21:17    阅读次数:184
604条   上一页 1 ... 14 15 16 17 18 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!