<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="vertical"tools:context=".MainActivity"><..
分类:
移动开发 时间:
2016-10-18 23:37:37
阅读次数:
230
1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 android:layout_width="match_parent" 3 android:layout_height="match_parent ...
分类:
移动开发 时间:
2016-10-17 14:21:07
阅读次数:
149
1、普通的对话框 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 android:layout_width="match_parent" 3 android:layout_height="mat ...
分类:
移动开发 时间:
2016-10-17 11:19:31
阅读次数:
323
1、搭建布局 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 android:layout_width="match_parent" 3 android:layout_height="mat ...
分类:
移动开发 时间:
2016-10-17 11:08:20
阅读次数:
258
<?xml
version="1.0"encoding="utf-8"?>-<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:orientation="vertical"android:layout_width="match_parent"android:layout_height="match_parent">-<LinearLayoutandroid:orientati..
分类:
其他好文 时间:
2016-09-28 19:58:03
阅读次数:
163
<TableLayoutxmlns: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:stretchColumns="1"tools:context=".MainActivity"><Tabl..
分类:
移动开发 时间:
2016-09-26 18:11:21
阅读次数:
177
1 <WebView 2 android:id="@+id/webView" 3 android:layout_width="match_parent" 4 android:layout_height="wrap_content"></WebView> ...
分类:
Web程序 时间:
2016-09-20 18:07:47
阅读次数:
139
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitCenter"
android:adjustViewBounds="true"/>
分类:
其他好文 时间:
2016-09-09 18:56:49
阅读次数:
122
使用 1 <android.support.design.widget.TextInputLayout 2 android:id="@+id/passwordWrapper" 3 android:layout_width="match_parent" 4 android:layout_height= ...
分类:
其他好文 时间:
2016-09-01 13:07:03
阅读次数:
178
转 : http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2014/0704/1629.html ScrollView滚动视图是指当拥有很多内容,屏幕显示不完时,需要通过滚动跳来显示的视图。Scrollview的一般用法如下 得到下面的界面: ...
分类:
其他好文 时间:
2016-08-31 15:31:45
阅读次数:
96