Skip to content

Commit 5bb5554

Browse files
committed
fix(UI): set bottom-bar height to wrap_content
Fixes an issue, where part of the text of the bottom-bar could be hidden.
1 parent 6e21627 commit 5bb5554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<com.google.android.material.bottomnavigation.BottomNavigationView
3131
android:id="@+id/bottomNav"
3232
android:layout_width="match_parent"
33-
android:layout_height="80dp"
33+
android:layout_height="wrap_content"
3434
app:layout_constraintBottom_toBottomOf="parent"
3535
app:layout_constraintEnd_toEndOf="parent"
3636
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)