| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_39" |
| | | android:layout_marginTop="@dimen/dp_40" |
| | | android:text="@string/app_name" |
| | | android:text="@string/app_name_title" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_28" |
| | | app:layout_constraintStart_toStartOf="@+id/home_login_language_ll" |
| | |
| | | <!--账号输入框--> |
| | | <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" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:paddingStart="@dimen/dp_16" |
| | | android:paddingEnd="@dimen/dp_16" |
| | | android:text="OR" |
| | | android:text="@string/or" |
| | | android:textAlignment="center" |
| | | android:textColor="@color/text_FF5B5B5B" |
| | | android:textSize="@dimen/sp_14" /> |