| | |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@drawable/bj" |
| | | android:background="@color/text_FF000000" |
| | | tools:context=".ui.me.AsRegardsActivity"> |
| | | |
| | | <include |
| | |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_12" |
| | | android:text="@string/app_version_number" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_12" |
| | | android:text="@string/app_scan_code_download" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/qr_code_box" /> |
| | | |
| | | |
| | | <View |
| | | android:id="@+id/line" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_29" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/as_regards_download_app_tv" /> |
| | | |
| | | |
| | | <!--版本更新--> |
| | | <RelativeLayout |
| | | android:id="@+id/as_regards_version_updating_rl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_57" |
| | | android:layout_marginTop="@dimen/dp_29" |
| | | android:background="@color/text_FF333738" |
| | | android:background="@color/text_FF1C1C1E" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/as_regards_download_app_tv"> |
| | | app:layout_constraintTop_toBottomOf="@+id/line"> |
| | | |
| | | <TextView |
| | | android:id="@+id/as_regards_version_updating_tv" |
| | |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:text="@string/app_version_upgrade" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_14" |
| | | |
| | | /> |
| | |
| | | android:layout_marginEnd="@dimen/dp_9" |
| | | android:layout_toStartOf="@+id/as_regards_version_updating_ll" |
| | | android:text="@string/app_new_version" |
| | | android:textColor="@color/text_66FFFFFF" |
| | | android:textColor="@color/text_FF5B5B5B" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | <View |
| | |
| | | android:id="@+id/service_agreement_rl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_57" |
| | | android:background="@color/text_FF333738" |
| | | android:background="@color/text_FF1C1C1E" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/as_regards_version_updating_rl"> |
| | |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:text="@string/app_service_agreement" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_14" |
| | | |
| | | /> |
| | |
| | | android:id="@+id/privacy_policy_rl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_57" |
| | | android:background="@color/text_FF333738" |
| | | android:background="@color/text_FF1C1C1E" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/service_agreement_rl"> |
| | |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:text="@string/app_privacy_policy" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_14" |
| | | |
| | | /> |
| | |
| | | android:id="@+id/contact_us_rl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_57" |
| | | android:background="@color/text_FF333738" |
| | | android:background="@color/text_FF1C1C1E" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/privacy_policy_rl"> |
| | |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:text="@string/contact_us" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_14" |
| | | |
| | | /> |