| | |
| | | app:layout_constraintStart_toStartOf="@+id/home_login_language_ll" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_language_ll" /> |
| | | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | <LinearLayout |
| | | android:id="@+id/home_login_check_b_c_cl" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="20dp" |
| | |
| | | android:id="@+id/home_login_check_b_c_iv" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:background="@drawable/yesandnoselected" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | android:background="@drawable/yesandnoselected" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/home_login_install_user_tv" |
| | |
| | | android:layout_marginStart="@dimen/dp_6" |
| | | android:text="@string/home_login_an_installer" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toEndOf="@+id/home_login_check_b_c_iv" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | android:textSize="@dimen/text_14" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <!--账号输入框--> |
| | |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_tv" /> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_21" |
| | | android:gravity="center" |
| | | android:orientation="horizontal" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_tv"> |
| | | |
| | | <View |
| | | android:layout_width="@dimen/dp_49" |
| | | android:layout_height="1dp" |
| | | android:background="@color/text_10FFFFFF" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:paddingStart="@dimen/dp_16" |
| | | android:paddingEnd="@dimen/dp_16" |
| | | android:text="OR" |
| | | android:textAlignment="center" |
| | | android:textColor="@color/text_FF5B5B5B" |
| | | android:textSize="@dimen/sp_14" /> |
| | | |
| | | <View |
| | | android:layout_width="@dimen/dp_49" |
| | | android:layout_height="1dp" |
| | | android:background="@color/text_10FFFFFF" /> |
| | | </LinearLayout> |
| | | <!--无网模式登录--> |
| | | <TextView |
| | | android:id="@+id/home_no_network_mode_login_tv" |
| | | android:layout_width="0dp" |
| | | android:layout_height="52dp" |
| | | android:layout_marginTop="62dp" |
| | | android:background="@drawable/no_work_mode_border" |
| | | android:gravity="center" |
| | | android:text="@string/no_network_mode" |
| | | android:textColor="@color/text_FF5B5B5B" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintEnd_toEndOf="@+id/home_login_tv" |
| | | app:layout_constraintStart_toStartOf="@+id/home_login_tv" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_tv" /> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_tv" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_no_network_mode_login_tv" |
| | | app:layout_constraintVertical_bias="1"> |
| | | |
| | | <ImageView |