相关疑难解决方法(0)

Android新的底部导航栏或BottomNavigationView

看到新的指南出来了,并在google photos最新的应用程序中使用.不知道如何使用新的底部导航栏.通过新的支持lib查看,没有发现任何领先优势.

在此输入图像描述

找不到任何官方样品.

如何使用新的底栏?不想做任何自定义.

android bottomnavigationview

130
推荐指数
7
解决办法
22万
查看次数

Android BottomNavigationView未选择的文本不显示

我正在使用android.support.design.widget.BottomNavigationView。除未选择时不显示标题外,其他都很好。

在此处输入图片说明

<!-- layout -->
<android.support.design.widget.BottomNavigationView
    android:id="@+id/bnvBar"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_alignParentBottom="true"
    android:background="@android:color/background_light"
    android:theme="@style/BottomNavigationTheme"
    app:menu="@menu/bottom_navigation_main" />

<!-- theme -->
<style name="BottomNavigationTheme" parent="Theme.AppCompat.Light">
    <item name="colorPrimary">@color/orange</item>
</style>
Run Code Online (Sandbox Code Playgroud)

缺什么?

android bottomnavigationview

2
推荐指数
1
解决办法
985
查看次数

标签 统计

android ×2

bottomnavigationview ×2