New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/text_F5F7FA" |
| | | tools:context=".ui.me.ContactUsActivity"> |
| | | |
| | | <include |
| | | android:id="@+id/toolbar_top_fragment_house_list_rl" |
| | | layout="@layout/toolbar_top_view_52" /> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/wechat_id_rl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_57" |
| | | android:layout_marginTop="@dimen/dp_12" |
| | | android:background="@color/text_FFFFFFFF" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/toolbar_top_fragment_house_list_rl"> |
| | | |
| | | <TextView |
| | | android:id="@+id/wechat_id_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_23" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:text="@string/wechat_id" |
| | | android:textColor="@color/text_E6000000" |
| | | android:textSize="@dimen/text_16" |
| | | |
| | | /> |
| | | |
| | | <TextView |
| | | android:id="@+id/wechat_id_content_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_23" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginEnd="@dimen/dp_16" |
| | | android:textColor="@color/text_E6000000" |
| | | android:textSize="@dimen/text_16" /> |
| | | |
| | | </RelativeLayout> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/idemail_address_rl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_57" |
| | | android:background="@color/text_FFFFFFFF" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/wechat_id_rl"> |
| | | |
| | | <TextView |
| | | android:id="@+id/email_address_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_23" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:text="@string/email_address" |
| | | android:textColor="@color/text_E6000000" |
| | | android:textSize="@dimen/text_16" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/email_address_content_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_23" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginEnd="@dimen/dp_16" |
| | | android:textColor="@color/text_E6000000" |
| | | android:textSize="@dimen/text_16" /> |
| | | |
| | | </RelativeLayout> |
| | | |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |