|
|
@@ -39,10 +39,15 @@
|
|
|
app:srcCompat="@drawable/icon_header_close"/>
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
+ <Space
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ />
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="78dp"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_alignParentTop="true"
|
|
|
android:orientation="vertical">
|