| | |
| | | app:layout_constraintStart_toEndOf="@+id/change_phone_ic" |
| | | app:layout_constraintTop_toBottomOf="@+id/change_title_tv" /> |
| | | |
| | | <View |
| | | android:id="@+id/interval" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="2.5dp" |
| | | android:layout_marginTop="100dp" |
| | | app:layout_constraintStart_toStartOf="@+id/change_title_tv" |
| | | app:layout_constraintTop_toBottomOf="@+id/change_title_tv" /> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/region_account_rl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_60" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/interval"> |
| | | |
| | | <TextView |
| | | android:id="@+id/region_account_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginEnd="@dimen/dp_150" |
| | | android:gravity="center_vertical" |
| | | android:text="@string/home_chinese_mainland" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/region_account_number_tv" |
| | | android:layout_width="@dimen/dp_90" |
| | | android:layout_height="match_parent" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginEnd="@dimen/dp_58" |
| | | android:gravity="center_vertical|end" |
| | | android:text="+86" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" |
| | | |
| | | /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/region_account_next_iv" |
| | | android:layout_width="@dimen/dp_20" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginEnd="@dimen/dp_26" |
| | | android:src="@drawable/spinner" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.5dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | android:background="@color/text_1AFFFFFF" /> |
| | | |
| | | </RelativeLayout> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/change_account_rl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_60" |
| | | android:layout_marginTop="102.5dp" |
| | | app:layout_constraintStart_toStartOf="@+id/change_title_tv" |
| | | app:layout_constraintTop_toBottomOf="@+id/change_title_tv"> |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/region_account_rl"> |
| | | |
| | | <EditText |
| | | android:id="@+id/change_account_et" |