Android 사용자 등록 인터페이스

추천
먼저 인터페이스 효과 도 를 보 여 드 리 겠 습 니 다.만족 하 시 면 실현 코드 를 참고 하 세 요.

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="   "
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>
여기 서 안 드 로 이 드 사용자 등록 인터페이스 에 관 한 모든 코드 를 소개 해 드 렸 습 니 다.코드 에 bug 가 있 습 니 다.제 시 를 환영 합 니 다.작은 편집 회 는 제때에 여러분 과 연락 하여 공동으로 학습 발전 할 것 입 니 다!

좋은 웹페이지 즐겨찾기