Android User Registration Interface _android

Source: Internet
Author: User

Recommended reading: How Android can get a captcha from a phone to complete the registration function

First show you the next interface effect diagram, feel satisfied, please refer to the implementation code.

Main.xml Source

<?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" > <!--account--> <TableRow> <textview android:layout_width= "
Match_parent "android:layout_height=" wrap_content "android:text=" account: "android:textsize=" 16sp "/> <EditText Android:layout_width= "Match_parent" android:layout_height= "Wrap_content" android:hint= "mobile number" Android: Selectallonfocus= "true"/> </TableRow> <!--password--> <TableRow> <textview android:layout_width= "
Match_parent "android:layout_height=" wrap_content "android:text=" Password: "android:textsize=" 16sp "/> <EditText
Android:layout_width= "Match_parent" android:layout_height= "wrap_content" android:inputtype= "NumberPassword"/> </TableRow> <!--birthday--> <TableRow> <textview android:layout_width= "Match_parent" Android:layout_height= "Wrap_content" android:text= "Birthday:" android:textsize= 16sp "/> <edittext android:layout_width= "Match_parent" android:layout_height= "wrap_content" android:inputtype= "date"/> </TableRow> <!--address > <TableRow> <textview android:layout_width= "match_parent" android:layout_height= "Wrap_content" Android : text= "Address: android:textsize=" 16sp "/> <edittext android:layout_width=" match_parent "android:layout_height=" Wrap_content "android:inputtype=" textpostaladdress "/> </TableRow> <!--e-mail--> <TableRow> < TextView android:layout_width= "match_parent" android:layout_height= "wrap_content" e-mail: "Android: Textsize= "16sp"/> <edittext android:layout_width= "match_parent" android:layout_height= "Wrap_content" Android : inputtype= "textemailaddress"/> </TableRow> <!--registration--> <TableRow> <button android:layout_ Width= "Match_parent" android:layout_height= "wrap_content" android:text= "register"/> &LT;/tablerow> </TableLayout> 

To this about the Android user registration interface of all the code will be introduced to you, the code has bugs welcome to put forward, small series will be timely and everyone to contact, learn and progress together!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.