码迷,mamicode.com
首页 >  
搜索关键字:relativelayout    ( 982个结果
Android学习笔记之Button的点击事件切换点击图片
<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_p...
分类:移动开发   时间:2015-01-16 19:10:00    阅读次数:147
布局Layouts之RelativeLayout相对布局
原文地址http://blog.csdn.net/jianghuiquan/article/details/8298687 RelativeLayout相对布局 RelativeLayout是一种相对布局,控件的位置是按照相对位置来计算的,后一个控件在什么位置依赖于前一个控件的基本位置,是布局最常....
分类:其他好文   时间:2015-01-16 18:49:38    阅读次数:163
Android学习笔记之Theme主题的修改设置
(1)布局文件 <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...
分类:移动开发   时间:2015-01-16 16:43:49    阅读次数:138
Android学习笔记之ListView的简单使用
(1) <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-01-16 14:43:14    阅读次数:182
Android学习笔记之AsyncTask实现文件下载任务
(1)该文件下载主要演示异步任务下载图片 (2)布局代码如下:一个ImageView用于存放下载的图片,Button用于开始异步任务下载 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" ...
分类:移动开发   时间:2015-01-16 10:05:20    阅读次数:211
Android学习笔记之自定义Toast
(1)布局文件layout <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_...
分类:移动开发   时间:2015-01-15 22:12:06    阅读次数:204
Android Shape自定义纯色圆角按钮
首先看一下效果图: 整个页面布局为: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:back...
分类:移动开发   时间:2015-01-15 18:14:37    阅读次数:199
【Android学习笔记】DatePickerDialog和TimePickerDialog日期选择器和时间选择器
(1)布局文件 <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...
分类:移动开发   时间:2015-01-14 15:33:34    阅读次数:316
【Android学习笔记】自定义AlertDialog对话框
(1)布局文件: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_heigh...
分类:移动开发   时间:2015-01-14 12:46:33    阅读次数:219
Android布局之RelativeLayout属性大全
第一类:属性值为true或false  android:layout_centerHrizontal 水平居中  android:layout_centerVertical 垂直居中  android:layout_centerInparent 相对于父元素完全居中  android:layout_alignParentBottom 贴紧父元素的下边缘  android:layout_a...
分类:移动开发   时间:2015-01-14 11:13:39    阅读次数:186
982条   上一页 1 ... 76 77 78 79 80 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!