一、简介 二、代码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
整理于http://naotu.baidu.com/file/e5880b84b1a906838116f7a45f58de78
分类:
其他好文 时间:
2016-02-19 14:06:46
阅读次数:
137
今天看了鸿洋_大神在慕课网讲的qq5.0侧滑菜单。学了不少的知识,同时也佩服鸿洋_大神思路的清晰。
看了教程课下也自己实现了一下。代码几乎完全相同 别喷我啊。。没办法 o(︶︿︶)o 唉
像素不好 没办法 找不到好的制作gif的软件。
我们暂且称侧滑左边界面的为menu,右边为content
首先是menu的布局
<RelativeLayout xmlns:andro...
分类:
移动开发 时间:
2016-02-19 09:14:29
阅读次数:
283
一、代码 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
一、代码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
一、运行结果 一、代码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
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
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
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
1.简介 Progress为加载进度的进度条。 2.构建 构建如图所示的界面,当按+键按钮时进度条增加;当按-键按钮时进度条减少。 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:too
分类:
移动开发 时间:
2016-02-12 13:58:54
阅读次数:
235