码迷,mamicode.com
首页 >  
搜索关键字:layout_width    ( 981个结果
王立平--android:gravity与android:layout_gravity区别
android:gravity:设置textview中的字体居中显示         android:id="@+id/tv_audit_title"         android:layout_width="fill_parent"         android:layout_height="wrap_content"         android:backgr...
分类:移动开发   时间:2014-10-17 15:35:09    阅读次数:243
android 圆角边框、渐变背景的TextView
加一个红色的边框: textView的XML: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orienta...
分类:移动开发   时间:2014-10-17 13:54:32    阅读次数:275
王立平--自定义TitleBar
效果: 1.自定义titleBar的布局。     android:layout_width="match_parent"     android:layout_height="match_parent" >              android:id="@+id/tv_SongsCount"         android:layout_widt...
分类:其他好文   时间:2014-10-17 13:52:21    阅读次数:203
王立平--TableLayout
效果:       android:layout_width="fill_parent"      android:layout_height="fill_parent"      android:shrinkColumns="0" >                               android:text="审核类型:"             ...
分类:其他好文   时间:2014-10-17 12:01:16    阅读次数:117
[Android]Tab
<TabHost xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/tabhost" android:layout_alignParentBottom="true" android:layout_width="fill_parent" android:...
分类:移动开发   时间:2014-10-16 23:27:53    阅读次数:201
王立平--EditText实现单行显示,左侧图标,提示信息
android:layout_width="200dp"           android:layout_height="50dp"           android:hint="请输入账号"            android:singleLine="true"             android:drawableLeft="@drawable/ic_launcher"   /...
分类:其他好文   时间:2014-10-16 13:10:40    阅读次数:139
王立平-- android:layout_weight
效果:     android:layout_width="match_parent"     android:layout_height="match_parent"        android:background="#FFFFFF"     android:orientation="vertical" >             android:lay...
分类:移动开发   时间:2014-10-16 12:58:12    阅读次数:175
Fragment的使用简介【Android】
Fragment在实际项目开发中使用的越来越多,现在简单介绍一下 布局文件: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_par...
分类:移动开发   时间:2014-10-15 22:54:41    阅读次数:265
Fragment 点点滴滴
对于要重用资源,节约代码量,fragment起到很好的制约作用 一  先来看看fragment的调用方式。 1.写在布局中 比如我有一个fragme叫  DateFragment.class 第一种方法  android:id = "@+id/datefragment" android:layout_weight="1" android:layout_width="0dp" a...
分类:其他好文   时间:2014-10-15 04:17:19    阅读次数:195
Android中的表格布局TableLayout
表格布局最主要的三个属性: XML代码实例: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orie...
分类:移动开发   时间:2014-10-14 18:38:49    阅读次数:209
981条   上一页 1 ... 87 88 89 90 91 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!