| | |
| | | android:layout_marginStart="@dimen/dp_4" |
| | | android:src="@drawable/language_pull_down" /> |
| | | </LinearLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/home_login_tourist_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_marginEnd="@dimen/dp_16" |
| | | android:layout_marginTop="@dimen/dp_60" |
| | | android:text="@string/tourist_mode" |
| | | android:textColor="@color/text_38C494" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent"/> |
| | | <!-- <TextView--> |
| | | <!-- android:id="@+id/home_login_language_tv"--> |
| | | <!-- android:layout_width="wrap_content"--> |
| | |
| | | <!--账号输入框--> |
| | | <EditText |
| | | android:id="@+id/home_login_account_et" |
| | | android:layout_width="match_parent" |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/dp_45" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_44" |
| | | android:layout_marginEnd="@dimen/dp_60" |
| | | android:background="@null" |
| | | android:inputType="text" |
| | | android:gravity="center_vertical" |
| | | android:hint="@string/home_login_input_phone_email" |
| | | android:inputType="text" |
| | | android:lines="1" |
| | | android:maxLines="1" |
| | | android:textColor="@color/text_FFACACAC" |
| | |
| | | <!--密码输入框--> |
| | | |
| | | <EditText |
| | | |
| | | android:id="@+id/home_login_password_et" |
| | | android:layout_width="match_parent" |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/dp_45" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="32dp" |
| | | android:layout_marginEnd="@dimen/dp_60" |
| | | android:background="@null" |
| | | android:inputType="textPassword" |
| | | android:gravity="center_vertical" |
| | | android:hint="@string/home_login_input_psw" |
| | | android:inputType="textPassword" |
| | | android:lines="1" |
| | | android:maxLines="1" |
| | | android:textColor="@color/text_FFACACAC" |