我有一个底部导航视图:
<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" />
因此,我为平板电脑的菜单布局创建了一个变体:
图标上方的文本区域,而且我无法将文本进一步下移。
我为平板电脑创建了尺寸文件
46dp 但不起作用