码迷,mamicode.com
首页 >  
搜索关键字:页面布局    ( 1450个结果
android之bundle传递数据--两个activities之间
登陆页面布局:layout/activity_login.xml<LinearLayoutxmlns: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"android:orientation="vertic..
分类:移动开发   时间:2014-12-07 06:51:32    阅读次数:277
android之启动桌面activity
主页面布局:layout\activity_main.xml<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="vertical"><Buttonandroid:id="@+id/btnHome"android..
分类:移动开发   时间:2014-12-07 06:50:00    阅读次数:188
android之ArrayAdaper之Spinner
listView页面布局:layout/activity_main.xml:<LinearLayoutxmlns: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"android:orientation="ve..
分类:移动开发   时间:2014-12-07 06:49:29    阅读次数:172
android之simpleAdaper应用
listView页面布局:layout/activity_main.xml:<RelativeLayoutxmlns: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"android:paddingBottom..
分类:移动开发   时间:2014-12-07 06:49:11    阅读次数:233
android之ListView和adapter配合显示图片和文字列表
listView页面布局:layout/activity_main.xml:<LinearLayoutxmlns: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"android:orientation="ho..
分类:移动开发   时间:2014-12-07 06:48:54    阅读次数:174
andriod之对话框--标准对话框、列表对话框、自定义对话框
listView页面布局:layout/activity_main.xml:<LinearLayoutxmlns: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"android:orientation="ve..
分类:其他好文   时间:2014-12-07 06:47:50    阅读次数:186
android之ArrayAdaper应用
listView页面布局:layout/activity_main.xml:<RelativeLayoutxmlns: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"android:paddingBottom..
分类:移动开发   时间:2014-12-07 06:47:49    阅读次数:157
米的建站日记(2014年12月4日)
项目建好了,目录结构如下图所示: 目录结构比较简单,因为前端业务目前还不是很复杂,so 目录就先暂时就这么分把,接下来再看看前端页面的布局示意图: 虽然页面布局也很简单, 但是我觉得列出来比较直观一点 - -。 '关于作者'、'日志'、'留言板' ,我打算用②,'音乐' 打算用①,...
分类:其他好文   时间:2014-12-04 21:16:51    阅读次数:181
eCharts图形在IE兼容模式中不能打开解决方法?
一、首先当然是看你页面布局是否正确。二、对于eCharts在IE兼容模式中显示,需要指定meta元素中放入X-UA-Compatibleie=edge标头。(不理解“X-UA-Compatibleie=edge”?)实践中我的做法:
分类:其他好文   时间:2014-12-04 15:55:33    阅读次数:679
隐藏的几种实现
页面布局上隐藏,但是对屏幕阅读器可见的几种方式: 1, .h{position:relative; left:-900em;top:-900em;} 2, .h{position:absolute; clip:rect(1px 1px 1px 1px)} //采用clip必须对该元素进行绝对定位.....
分类:其他好文   时间:2014-12-03 23:07:37    阅读次数:186
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!