| | |
| | | android:orientation="vertical" |
| | | android:padding="24dp"> |
| | | |
| | | <ImageButton |
| | | android:id="@+id/btnBack" |
| | | android:layout_width="48dp" |
| | | android:layout_height="48dp" |
| | | android:background="?attr/selectableItemBackgroundBorderless" |
| | | android:src="@drawable/left_forward" |
| | | android:padding="12dp" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="24dp" |
| | | android:text="手机登录" |
| | | android:textSize="24sp" |
| | | android:textStyle="bold" |
| | | android:textColor="#333333" /> |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <ImageButton |
| | | android:id="@+id/btnBack" |
| | | android:layout_width="48dp" |
| | | android:layout_height="48dp" |
| | | android:background="?attr/selectableItemBackgroundBorderless" |
| | | android:src="@drawable/left_forward" |
| | | android:padding="12dp" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="8dp" |
| | | android:text="手机登录" |
| | | android:textSize="24sp" |
| | | android:textStyle="bold" |
| | | android:textColor="#333333" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:background="@null" |
| | | android:hint="请输入手机号" |
| | | android:text="177625318565" |
| | | android:inputType="phone" |
| | | android:maxLength="11" |
| | | android:textSize="16sp" |
| | |
| | | android:layout_weight="1" |
| | | android:background="@null" |
| | | android:hint="请输入验证码" |
| | | android:text="123456" |
| | | android:text="888888" |
| | | android:inputType="number" |
| | | android:maxLength="6" |
| | | 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 |