展会信息港展会大全

Android 4.0 的 GridLayout 源代码 图片
来源:互联网   发布日期:2015-10-13 12:42:22   浏览:2558次  

导读:1.[图片] milne-2.png2.[代码]layout.xml?xml version=1.0 encoding=utf-8?GridLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=match_parent android......

1. [图片] milne-2.png

2. [代码]layout.xml

<?xml version="1.0" encoding="utf-8"?>

<GridLayout

xmlns:android="http://schemas.android.com/apk/res/android"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:useDefaultMargins="true"

android:alignmentMode="alignBounds"

android:columnOrderPreserved="false"

android:columnCount="4"

>

<TextView

android:text="Email setup"

android:textSize="32dip"

android:layout_columnSpan="4"

android:layout_gravity="center_horizontal"

/>

<TextView

android:text="You can configure email in just a few steps:"

android:textSize="16dip"

android:layout_columnSpan="4"

android:layout_gravity="left"

/>

<TextView

android:text="Email address:"

android:layout_gravity="right"

/>

<EditText

android:ems="10"

/>

<TextView

android:text="Password:"

android:layout_column="0"

android:layout_gravity="right"

/>

<EditText

android:ems="8"

/>

<Space

android:layout_row="4"

android:layout_column="0"

android:layout_columnSpan="3"

android:layout_gravity="fill"

/>

<Button

android:text="Next"

android:layout_row="5"

android:layout_column="3"

/>

</GridLayout>

赞助本站

人工智能实验室

相关热词: Android 4.0 GridLayout

AiLab云推荐
展开

热门栏目HotCates

Copyright © 2010-2024 AiLab Team. 人工智能实验室 版权所有    关于我们 | 联系我们 | 广告服务 | 公司动态 | 免责声明 | 隐私条款 | 工作机会 | 展会港