最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Android用戶注冊界面

 更新時(shí)間:2016年03月30日 11:40:54   作者:Dreamer_lwp  
這篇文章主要介紹了Android用戶注冊界面 的相關(guān)資料,需要的朋友可以參考下

推薦閱讀:Android如何通過手機(jī)獲取驗(yàn)證碼來完成注冊功能

先給大家展示下界面效果圖,感覺滿意,請參考實(shí)現(xiàn)代碼。

Main.xml源碼

<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:stretchColumns="1"
android:background="@drawable/bluesky"
>
<!-- 賬號 -->
<TableRow>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="賬號:"
android:textSize="16sp"
/>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="手機(jī)號"
android:selectAllOnFocus="true"
/>
</TableRow>
<!-- 密碼 -->
<TableRow>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="密碼:"
android:textSize="16sp"
/>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="numberPassword"
/>
</TableRow>
<!-- 生日 -->
<TableRow>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="生日:"
android:textSize="16sp"
/>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="date"
/>
</TableRow>
<!-- 住址 -->
<TableRow>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="住址:"
android:textSize="16sp"
/>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textPostalAddress"
/>
</TableRow>
<!-- 電子郵箱 -->
<TableRow>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="電子郵箱:"
android:textSize="16sp"
/>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textEmailAddress"
/>
</TableRow>
<!-- 注冊 -->
<TableRow>
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="注冊"
/>
</TableRow>
</TableLayout>

到此關(guān)于Android用戶注冊界面的全部代碼就給大家介紹完了,代碼有bug歡迎提出,小編會及時(shí)和大家聯(lián)系,共同學(xué)習(xí)進(jìn)步!

相關(guān)文章

最新評論

阿克苏市| 安顺市| 阿拉尔市| 晋城| 吐鲁番市| 德令哈市| 特克斯县| 东乡县| 兖州市| 温宿县| 应城市| 杨浦区| 大关县| 阿拉善盟| 琼海市| 时尚| 昌邑市| 叙永县| 滦南县| 平乐县| 北安市| 正安县| 吴忠市| 南昌市| 微山县| 武冈市| 晋中市| 左权县| 巴林右旗| 巨野县| 巴楚县| 酉阳| 嵊泗县| 修水县| 密山市| 通江县| 横山县| 凭祥市| 崇州市| 建瓯市| 田东县|