码迷,mamicode.com
首页 >  
搜索关键字:match_parent    ( 614个结果
自定义PopupWindow+ListView+Anim
activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:lay...
分类:Windows程序   时间:2015-05-26 21:29:14    阅读次数:368
AdapterViewFlipper学习笔记
布局: <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="ma...
分类:其他好文   时间:2015-05-26 09:15:07    阅读次数:153
Android布局中对输入密码的隐藏和显示
<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_parent"...
分类:移动开发   时间:2015-05-26 00:21:42    阅读次数:194
android 实现侧滑菜单
1.主布局<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:background="@drawa...
分类:移动开发   时间:2015-05-25 16:48:31    阅读次数:211
UI设计之--仿微信聊天界面
1.首先编写main.xml文件: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientatio...
分类:微信   时间:2015-05-25 16:44:58    阅读次数:925
Android中Gallery和ImageSwitcher的使用
效果如下: 布局文件activity_main.xml如下:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"...
分类:移动开发   时间:2015-05-25 14:31:57    阅读次数:239
自定义控件事件监听设置
iOS系统上方的工具栏很漂亮,也很实用,下面让我们来仿制一下吧。 首先新建一个布局文件title.xml: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="...
分类:其他好文   时间:2015-05-25 10:11:15    阅读次数:230
Android的GridView和ScrollView的嵌套
来源于回答频道答题,因此内容都是基于回答频道的原题布局进行 1、布局文件如下 文件名:testxm.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="ma...
分类:移动开发   时间:2015-05-24 23:42:00    阅读次数:479
安卓第一次小结
文本框:存放文本的<TextViewandroid:id="@+id/textView1"//控件的身份android:layout_width="wrap_content"android:layout_height="wrap_content"//wrap_content适应内容//match_parent填充容器//fill_parent跟match_parent一样的//直接使用整数单位dpandroid:layout_align..
分类:移动开发   时间:2015-05-24 06:40:31    阅读次数:261
Android布局
1、对于这个案例来说:<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="vertical"android:weightSum="..
分类:移动开发   时间:2015-05-23 06:40:43    阅读次数:187
614条   上一页 1 ... 33 34 35 36 37 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!