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_parent"android:ba...
分类:
微信 时间:
2016-05-12 20:19:21
阅读次数:
441
xml version="1.0" encoding="utf-8"?>LinearLayoutandroid:gravity="center_horizontal"android:orientation="vertical"android:layout_width="fill_parent"android:layout_height="fill_parent"xmlns:android="htt...
分类:
微信 时间:
2016-05-12 20:17:36
阅读次数:
455
自定义view
布局
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_verti...
分类:
其他好文 时间:
2016-05-12 20:02:07
阅读次数:
311
先上效果图
加载完数据
首先定义一个底部正在加载的布局footer_layout.xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_p...
分类:
移动开发 时间:
2016-05-12 19:39:03
阅读次数:
397
android :id= "@+id/root"
android :layout_width= "match_parent"
android :layout_height= "match_parent"
android :columnCount= "4"
android :rowCount= "6">
android :layout_width...
分类:
其他好文 时间:
2016-05-12 18:25:59
阅读次数:
274
Tablayout 结合 viewPager <android.support.design.widget.TabLayout
android:id="@+id/tab_FindFragment_title"
android:layout_width="match_parent"
android:layout_height="wrap_co...
分类:
其他好文 时间:
2016-05-12 18:18:30
阅读次数:
144
ListView 在APP开发中几乎无处不在,重要性,不言而喻!
XML 代码:
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:entries="@array/ctype">
常用属性:
android:divider 用于为列表实例设置分隔条...
分类:
移动开发 时间:
2016-05-12 14:40:11
阅读次数:
252
页面布局
android :layout_width= "match_parent"
android :layout_height= "match_parent"
android :orientation= "horizontal">
android :id= "@+id/img"
android :...
分类:
其他好文 时间:
2016-05-12 13:32:51
阅读次数:
275
1、碎片的动态切换: 1-1:页面填写 <FrameLayout android:id="@+id/fl_layout" android:layout_weight="1" android:layout_width="match_parent" android:layout_height="matc ...
分类:
其他好文 时间:
2016-05-08 19:43:58
阅读次数:
173
Toast的用法 新建工程Toast 资源文件添加Button按钮btnShowToast <Button android:id="@+id/btnShowToast" android:layout_width="fill_parent" android:layout_height="wrap_co ...
分类:
其他好文 时间:
2016-05-08 10:21:17
阅读次数:
184