码迷,mamicode.com
首页 >  
搜索关键字:relativelayout    ( 982个结果
ANDROID_MARS学习笔记_S02_007_Animation第一种使用方式:代码
一、简介 二、代码1.xml(1)activity_main.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/androi
分类:移动开发   时间:2016-02-19 15:54:55    阅读次数:262
relativelayout常用属性
整理于http://naotu.baidu.com/file/e5880b84b1a906838116f7a45f58de78
分类:其他好文   时间:2016-02-19 14:06:46    阅读次数:137
android:自定义HorizontalScrollView实现qq侧滑菜单
今天看了鸿洋_大神在慕课网讲的qq5.0侧滑菜单。学了不少的知识,同时也佩服鸿洋_大神思路的清晰。 看了教程课下也自己实现了一下。代码几乎完全相同  别喷我啊。。没办法 o(︶︿︶)o 唉 像素不好 没办法 找不到好的制作gif的软件。 我们暂且称侧滑左边界面的为menu,右边为content 首先是menu的布局 <RelativeLayout xmlns:andro...
分类:移动开发   时间:2016-02-19 09:14:29    阅读次数:283
ANDROID_MARS学习笔记_S01原始版_018_SERVICE之Parcel
一、代码 1.xml(1)activity_main.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/
分类:移动开发   时间:2016-02-16 18:34:13    阅读次数:190
ANDROID_MARS学习笔记_S01原始版_017_绑定SERVICE
一、代码1.xml(1)activity_main.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/t
分类:移动开发   时间:2016-02-16 18:27:54    阅读次数:181
ANDROID_MARS学习笔记_S01原始版_007_Handler及线程的简单使用
一、运行结果 一、代码1.xml(1)activity_main.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.androi
分类:移动开发   时间:2016-02-13 19:32:02    阅读次数:261
ANDROID_MARS学习笔记_S02_004_ExpandableListActivity
1.main.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/tools" 3 android:lay
分类:移动开发   时间:2016-02-12 18:39:52    阅读次数:294
ANDROID_MARS学习笔记_S01_011ProgressBar
1.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="
分类:移动开发   时间:2016-02-12 14:01:11    阅读次数:253
ANDROID_MARS学习笔记_S01_012_RatingBar
1.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/tools" 3 android:layout_w
分类:移动开发   时间:2016-02-12 14:00:54    阅读次数:150
Android开发--ProgressBar的应用
1.简介 Progress为加载进度的进度条。 2.构建 构建如图所示的界面,当按+键按钮时进度条增加;当按-键按钮时进度条减少。 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:too
分类:移动开发   时间:2016-02-12 13:58:54    阅读次数:235
982条   上一页 1 ... 38 39 40 41 42 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!