浏览代码

Revert "Hardcode bottom nav height (fixes #5698)"

This reverts commit ebb15bf96cfed6a5dd278c513ea72a1c5f3b1e1c.
arkon 3 年之前
父节点
当前提交
52b283283f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/main/res/layout/main_activity.xml

+ 1 - 1
app/src/main/res/layout/main_activity.xml

@@ -78,7 +78,7 @@
     <com.google.android.material.bottomnavigation.BottomNavigationView
         android:id="@+id/bottom_nav"
         android:layout_width="match_parent"
-        android:layout_height="56dp"
+        android:layout_height="wrap_content"
         android:layout_gravity="bottom"
         android:clickable="true"
         app:layout_insetEdge="bottom"