|
|
@@ -2,10 +2,11 @@
|
|
|
<ScrollView
|
|
|
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:fillViewport="true"
|
|
|
- android:background="@color/CFFFFFF">
|
|
|
+ android:background="@color/CFFFFFF"
|
|
|
+ android:fillViewport="true">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -15,7 +16,7 @@
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="53dp">
|
|
|
+ android:layout_height="52dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -28,16 +29,6 @@
|
|
|
android:textColor="@color/C000000"
|
|
|
android:textSize="16sp"/>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/button_block_member_close"
|
|
|
- android:layout_width="45dp"
|
|
|
- android:layout_height="45dp"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginEnd="16dp"
|
|
|
- android:padding="10dp"
|
|
|
- android:scaleType="center"
|
|
|
- app:srcCompat="@drawable/icon_header_close"/>
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -48,6 +39,7 @@
|
|
|
>
|
|
|
|
|
|
<ImageView
|
|
|
+ android:id="@+id/image_icon"
|
|
|
android:layout_width="57dp"
|
|
|
android:layout_height="57dp"
|
|
|
android:layout_gravity="center"
|
|
|
@@ -62,66 +54,72 @@
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
+ android:id="@+id/text_title"
|
|
|
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="@color/C000000"
|
|
|
android:textSize="17sp"
|
|
|
+ tools:text="@string/block_member_message"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="52dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginBottom="52dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
+ android:id="@+id/text_description"
|
|
|
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="@color/C999999"
|
|
|
android:textSize="14sp"
|
|
|
+ tools:text="@string/block_member_message_detail"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
+ android:id="@+id/layout_duration"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="24dp"
|
|
|
android:layout_marginRight="24dp"
|
|
|
+ android:layout_marginBottom="10dp"
|
|
|
android:background="@color/CF8F8F8"
|
|
|
android:orientation="vertical"
|
|
|
- android:paddingBottom="22dp"
|
|
|
android:paddingLeft="25dp"
|
|
|
+ android:paddingTop="22dp"
|
|
|
android:paddingRight="25dp"
|
|
|
- android:paddingTop="22dp">
|
|
|
+ android:paddingBottom="22dp">
|
|
|
|
|
|
<TextView
|
|
|
+ android:id="@+id/text_duration"
|
|
|
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="@color/C000000"
|
|
|
android:textSize="14sp"
|
|
|
+ tools:text="@string/block_member_date"
|
|
|
/>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
+ android:id="@+id/layout_notice"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="26dp"
|
|
|
- android:layout_marginTop="17dp"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ android:layout_marginBottom="13dp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
@@ -155,21 +153,22 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="24dp"
|
|
|
+ android:layout_marginTop="13dp"
|
|
|
android:layout_marginRight="24dp"
|
|
|
android:background="@drawable/rectangle_border_ce5e5e5_corner_2"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal"
|
|
|
- android:paddingBottom="17dp"
|
|
|
android:paddingLeft="45dp"
|
|
|
+ android:paddingTop="17dp"
|
|
|
android:paddingRight="45dp"
|
|
|
- android:paddingTop="17dp">
|
|
|
+ android:paddingBottom="17dp">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginRight="8dp"
|
|
|
- android:paddingBottom="10dp"
|
|
|
android:paddingTop="10dp"
|
|
|
+ android:paddingBottom="10dp"
|
|
|
app:srcCompat="@drawable/icon_email"
|
|
|
/>
|
|
|
|
|
|
@@ -179,9 +178,9 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center_horizontal"
|
|
|
android:lineSpacingExtra="3sp"
|
|
|
- android:paddingBottom="10dp"
|
|
|
- android:paddingRight="10dp"
|
|
|
android:paddingTop="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:paddingBottom="10dp"
|
|
|
android:text="@string/rest_member_email_information"
|
|
|
android:textColor="@color/C999999"
|
|
|
android:textSize="12sp"
|
|
|
@@ -198,12 +197,12 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="42dp"
|
|
|
- android:layout_marginBottom="24dp"
|
|
|
android:layout_marginLeft="24dp"
|
|
|
- android:layout_marginRight="24dp">
|
|
|
+ android:layout_marginRight="24dp"
|
|
|
+ android:layout_marginBottom="24dp">
|
|
|
|
|
|
<Button
|
|
|
- android:id="@+id/button_block_confirm"
|
|
|
+ android:id="@+id/button_confirm"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@drawable/rectangle_black_radius_2"
|