登陆页面布局: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
主页面布局: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
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
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
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
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
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
项目建好了,目录结构如下图所示: 目录结构比较简单,因为前端业务目前还不是很复杂,so 目录就先暂时就这么分把,接下来再看看前端页面的布局示意图: 虽然页面布局也很简单, 但是我觉得列出来比较直观一点 - -。 '关于作者'、'日志'、'留言板' ,我打算用②,'音乐' 打算用①,...
分类:
其他好文 时间:
2014-12-04 21:16:51
阅读次数:
181
一、首先当然是看你页面布局是否正确。二、对于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