Skip to content

Commit 67d0dc2

Browse files
committed
centered the design
1 parent 697e7c6 commit 67d0dc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/res/layout/content_main.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
android:layout_width="0dp"
1313
android:layout_height="0dp"
1414
app:defaultNavHost="true"
15+
android:visibility="gone"
1516
app:layout_constraintBottom_toBottomOf="parent"
1617
app:layout_constraintEnd_toEndOf="parent"
1718
app:layout_constraintStart_toStartOf="parent"
@@ -24,5 +25,6 @@
2425
android:layout_height="wrap_content"
2526
app:layout_constraintStart_toStartOf="parent"
2627
app:layout_constraintTop_toTopOf="parent"
27-
app:layout_constraintEnd_toEndOf="parent"/>
28+
app:layout_constraintEnd_toEndOf="parent"
29+
app:layout_constraintBottom_toBottomOf="parent"/>
2830
</androidx.constraintlayout.widget.ConstraintLayout>

0 commit comments

Comments
 (0)