【发布时间】:2020-02-09 20:02:55
【问题描述】:
我尝试以下解决方案并发现它们的名词有用:
Android: remove shadow from bottom navigation
这是我的 xml 文件:
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/main_navigation"
android:layout_width="match_parent"
android:layout_height="56dp"
android:background="#ffffff"
android:theme="@style/Widget.BottomNavigationView"
app:menu="@menu/botton_navigation_menu"
android:layout_above="@+id/phone_frame"
android:elevation="0dp"/>
【问题讨论】:
-
分享你的xml文件
-
问题已更新:)
标签: android bottomnavigationview