| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- <?xml version="1.0" encoding="utf-8"?>
- <ScrollView
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="#ffffff">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- >
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="53dp">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_centerVertical="true"
- android:lineSpacingExtra="6sp"
- android:text="@string/block_member_title"
- android:textAlignment="center"
- android:textColor="#000000"
- android:textSize="16sp"/>
- <ImageView
- android:id="@+id/button_block_member_close"
- android:layout_width="45dp"
- android:layout_height="45dp"
- android:padding="10dp"
- android:scaleType="center"
- android:layout_centerVertical="true"
- android:layout_alignParentEnd="true"
- android:layout_marginEnd="16dp"
- android:src="@drawable/icon_header_close"/>
- </RelativeLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginTop="75dp"
- android:orientation="vertical"
- >
- <ImageView
- android:layout_width="57dp"
- android:layout_height="57dp"
- android:layout_gravity="center"
- android:src="@drawable/icon_cancel_impossible"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="22dp"
- android:orientation="vertical">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:gravity="center_horizontal"
- android:lineSpacingExtra="7sp"
- android:text="@string/block_member_message"
- android:textColor="#000000"
- android:textSize="17sp"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="52dp"
- android:layout_marginTop="10dp"
- android:orientation="vertical">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:gravity="center_horizontal"
- android:lineSpacingExtra="5.5sp"
- android:text="@string/block_member_message_detail"
- android:textColor="#999999"
- android:textSize="14sp"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="24dp"
- android:layout_marginRight="24dp"
- android:background="@color/CF8F8F8"
- android:orientation="vertical"
- android:paddingBottom="22dp"
- android:paddingLeft="25dp"
- android:paddingRight="25dp"
- android:paddingTop="22dp">
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:gravity="center_horizontal"
- android:lineSpacingExtra="5sp"
- android:text="@string/block_member_date"
- android:textColor="#000000"
- android:textSize="14sp"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="26dp"
- android:layout_marginTop="17dp"
- android:gravity="center"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:orientation="horizontal"
- >
- <ImageView
- android:layout_width="2dp"
- android:layout_height="2dp"
- android:layout_gravity="center"
- android:layout_marginRight="5dp"
- android:src="@drawable/rectangle"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:lineSpacingExtra="3sp"
- android:text="@string/rest_member_law"
- android:textColor="@color/C999999"
- android:textSize="12sp"
- />
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="24dp"
- android:layout_marginRight="24dp"
- android:background="@drawable/faq_text_border"
- android:gravity="center"
- android:orientation="horizontal"
- android:paddingBottom="17dp"
- android:paddingLeft="45dp"
- android:paddingRight="45dp"
- android:paddingTop="17dp">
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="8dp"
- android:paddingBottom="10dp"
- android:paddingTop="10dp"
- android:src="@drawable/icon_email"
- />
- <TextView
- android:id="@+id/text_view_rest_email_information"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- android:lineSpacingExtra="3sp"
- android:paddingBottom="10dp"
- android:paddingRight="10dp"
- android:paddingTop="10dp"
- android:text="@string/rest_member_email_information"
- android:textColor="#999999"
- android:textSize="12sp"
- />
- </LinearLayout>
- <Space
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:minHeight="35dp"
- android:layout_weight="1"
- />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="42dp"
- android:layout_marginBottom="24dp"
- android:layout_marginLeft="24dp"
- android:layout_marginRight="24dp">
- <Button
- android:id="@+id/button_block_confirm"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/C000000"
- android:lineSpacingExtra="6sp"
- android:text="@string/confirm"
- android:textColor="#ffffff"
- android:textSize="15sp"
- />
- </LinearLayout>
- </LinearLayout>
- </ScrollView>
|