| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@drawable/logo_bj" |
| | | |
| | | android:scaleType="centerCrop" |
| | | tools:context="com.hdl.photovoltaic.ui.LoginActivity"> |
| | | |
| | | |
| | |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_tv" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/home_login_privacy_check_iv" |
| | | android:layout_width="@dimen/dp_20" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_marginStart="@dimen/dp_42" |
| | | android:layout_marginBottom="@dimen/dp_62" |
| | | android:background="@drawable/yesandnoselected" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/home_login_privacy_tv" |
| | | android:layout_width="287dp" |
| | | android:layout_height="@dimen/dp_40" |
| | | android:layout_marginStart="@dimen/dp_6" |
| | | android:gravity="start|center" |
| | | android:singleLine="false" |
| | | android:tag="click" |
| | | android:text="@string/home_login_consent_service_agreement" |
| | | android:textColor="@color/text_FF000000" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintBottom_toBottomOf="@+id/home_login_privacy_check_iv" |
| | | app:layout_constraintStart_toEndOf="@+id/home_login_privacy_check_iv" |
| | | app:layout_constraintTop_toTopOf="@+id/home_login_privacy_check_iv" /> |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | android:gravity="center" |
| | | android:orientation="horizontal" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_tv"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/home_login_privacy_check_iv" |
| | | android:layout_width="@dimen/dp_20" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:background="@drawable/yesandnoselected" /> |
| | | |
| | | <View |
| | | android:layout_width="@dimen/dp_6" |
| | | android:layout_height="match_parent" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/home_login_privacy_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_40" |
| | | android:layout_marginStart="@dimen/dp_6" |
| | | android:gravity="start|center" |
| | | android:singleLine="false" |
| | | android:tag="click" |
| | | android:text="@string/home_login_consent_service_agreement" |
| | | android:textColor="@color/text_FF000000" |
| | | android:textSize="@dimen/text_14" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |