| | |
| | | android:layout_marginEnd="@dimen/dp_40" |
| | | android:background="@null" |
| | | android:gravity="center_vertical|start" |
| | | android:hint="@string/home_login_请输入密码" |
| | | android:inputType="textPassword" |
| | | android:inputType="text" |
| | | android:lines="1" |
| | | android:maxLines="1" |
| | | android:paddingStart="@dimen/dp_16" |
| | | android:paddingEnd="@dimen/dp_16" |
| | | android:textColor="@color/text_FF000000" |
| | | android:textColor="@color/text_030D1C" |
| | | android:textColorHint="@color/text_25000000" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | |
| | | /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/loading_confirmation_hide_iv" |
| | | android:layout_width="23dp" |
| | | android:layout_height="18dp" |
| | | android:id="@+id/loading_confirmation_clear_iv" |
| | | android:layout_width="@dimen/dp_20" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_marginEnd="@dimen/dp_16" |
| | | android:src="@drawable/hide" |
| | | android:src="@drawable/clear" |
| | | app:layout_constraintBottom_toBottomOf="@+id/loading_confirmation_input_et" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toTopOf="@+id/loading_confirmation_input_et" /> |
| | |
| | | android:id="@+id/dialog_cancel_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="@string/loading_取消" |
| | | android:text="@string/loading_cancel" |
| | | android:textColor="@color/text_7C8590" |
| | | android:textSize="@dimen/text_18" /> |
| | | |
| | |
| | | android:id="@+id/dialog_confirm_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="@string/loading_确认" |
| | | android:text="@string/loading_affirm" |
| | | android:textColor="@color/text_FF245EC3" |
| | | android:textSize="@dimen/text_18" /> |
| | | </LinearLayout> |