| | |
| | | app:layout_constraintStart_toEndOf="@+id/register_phone_title_ic" |
| | | app:layout_constraintTop_toBottomOf="@+id/register_title_tv" /> |
| | | |
| | | |
| | | <!--2025年09月02日10:09:54 隐藏服务器选项,放开手的设置高度为60即可--> |
| | | <RelativeLayout |
| | | android:id="@+id/register_region_server_rl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_60" |
| | | android:layout_height="0.5dp" |
| | | android:layout_marginTop="102.5dp" |
| | | app:layout_constraintStart_toStartOf="@+id/register_title_tv" |
| | | app:layout_constraintTop_toBottomOf="@+id/register_title_tv"> |
| | |
| | | android:layout_height="@dimen/dp_13" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:src="@drawable/l" /> |
| | | android:src="@drawable/l" |
| | | android:visibility="gone" /> |
| | | |
| | | |
| | | <TextView |
| | |
| | | android:gravity="center_vertical" |
| | | android:text="HDL China" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_14" /> |
| | | android:textSize="@dimen/text_14" |
| | | android:visibility="gone" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/region_next_iv" |
| | |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginEnd="@dimen/dp_26" |
| | | android:src="@drawable/next" /> |
| | | android:src="@drawable/next" |
| | | android:visibility="gone" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | |
| | | android:layout_alignParentBottom="true" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | android:background="@color/text_1AFFFFFF" /> |
| | | android:background="@color/text_1AFFFFFF" |
| | | android:visibility="gone" /> |
| | | |
| | | </RelativeLayout> |
| | | |