| | |
| | | android:layout_height="wrap_content" |
| | | android:background="@null" |
| | | android:hint="请输入手机号" |
| | | android:text="17712345678" |
| | | android:inputType="phone" |
| | | android:maxLength="11" |
| | | android:textSize="16sp" |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:background="#EEEEEE" /> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal" |
| | | android:layout_marginTop="16dp"> |
| | | |
| | | <EditText |
| | | android:id="@+id/etInvite" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:background="@null" |
| | | android:hint="邀请码(选填)" |
| | | android:inputType="textVisiblePassword" |
| | | android:maxLength="11" |
| | | android:textSize="16sp" |
| | | android:padding="12dp"/> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:background="#EEEEEE" /> |
| | | </LinearLayout> |
| | | |
| | | <Button |