平板电脑版底部导航视图的图标大小

时间:2019-09-08 20:25:43

标签: android-studio

我有一个底部导航视图:

<android.support.design.widget.BottomNavigationView
    android:id="@+id/bottomNavView_Bar"
    android:layout_width="match_parent"
    app:itemIconSize="@dimen/design_navigation"
    android:layout_height="match_parent"
    android:background="@color/colorBackground"
    app:itemTextAppearanceInactive="@style/BottomNav"
    app:itemTextAppearanceActive="@style/BottomNav.Active"
    app:labelVisibilityMode="labeled"
    app:menu="@menu/bottom_navigation" />

Bottom in layout normal

因此,我为平板电脑的菜单布局创建了一个变体:

Bottom in layout tablet

图标上方的文本区域,而且我无法将文本进一步下移。

我为平板电脑创建了尺寸文件

46dp 但不起作用

0 个答案:

没有答案