|
|
@@ -5,6 +5,7 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
+ tools:layout_marginTop="-300dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
@@ -360,6 +361,8 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="13dp"
|
|
|
+ android:visibility="gone"
|
|
|
+ tools:visibility="visible"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/fourth_layout">
|
|
|
|
|
|
<ImageView
|
|
|
@@ -442,6 +445,8 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="25dp"
|
|
|
+ android:visibility="gone"
|
|
|
+ tools:visibility="visible"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/fifth_layout">
|
|
|
|
|
|
<ImageView
|