码迷,mamicode.com
首页 >  
搜索关键字:layout_width    ( 981个结果
【contentprovider系列】增加联系人信息
效果布局文件 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fi...
分类:其他好文   时间:2015-05-07 16:44:23    阅读次数:105
Android开发之密码明文密文切换显示
.xml文件 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ????xmlns:tools="http://schemas.android.com/tools" ????android:layout_width="match_parent" ????android...
分类:移动开发   时间:2015-05-02 15:16:35    阅读次数:169
【转】EditText大小(长宽)的多种设置方式----不错
原文网址:http://orgcent.com/android-edittext-ems-layout-minwidth-maxheight/EditText大小的设置有多种方式,要想对每种方式运用自如必须熟练掌握它们。下面将对其详细描述:1、layout_width和layout_heightla...
分类:其他好文   时间:2015-05-01 22:35:56    阅读次数:173
高仿 美团 向左滑动删除条目
1、效果图             2、功能实现 2.1 布局结构 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="80dip" andr...
分类:其他好文   时间:2015-04-29 17:04:40    阅读次数:169
FragmentTabHost and Fragment 用法
主要布局如下: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="...
分类:其他好文   时间:2015-04-29 15:10:59    阅读次数:177
Android---30---ProgressBar进度条的使用
activity_main.xml: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:l...
分类:移动开发   时间:2015-04-26 16:48:29    阅读次数:212
android动作传感器
android传感器 view: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_he...
分类:移动开发   时间:2015-04-26 15:19:29    阅读次数:160
ImageSwitcher的使用
view: <LinearLayout 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_...
分类:其他好文   时间:2015-04-26 09:33:14    阅读次数:155
android左侧滑效果
avtivity_cehua.xml <android.support.v4.widget.DrawerLayoutxmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/drawer" android:layout_width="match_parent" android:layout_height="matc..
分类:移动开发   时间:2015-04-24 19:25:03    阅读次数:159
TextView 添加Onclick 无效
给TextView添加Onclick事件还需要配置android:clickable="true",否则点击无效。 <TextView ??????????? android:id="@+id/user_register_button" ??????????? android:layout_width="wrap...
分类:其他好文   时间:2015-04-24 17:00:31    阅读次数:106
981条   上一页 1 ... 60 61 62 63 64 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!