Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

remove shadow from bottom navigation view

<android.support.design.widget.BottomNavigationView
    android:id="@+id/bottom_navigation"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_alignParentBottom="true"
    android:background="@android:color/white"
    app:elevation="0dp"
    app:menu="@menu/bottom_navigation_main" />
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #shadow #bottom #navigation #view
ADD COMMENT
Topic
Name
2+6 =