|
|
@@ -27,11 +27,14 @@
|
|
|
android:textSize="15sp"/>
|
|
|
|
|
|
<ImageView
|
|
|
+ android:id="@+id/button_block_member_close"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginBottom="5dp"
|
|
|
android:layout_marginEnd="26dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
android:src="@drawable/icon_header_close"/>
|
|
|
</RelativeLayout>
|
|
|
|