Ref : https://github.com/segunfamisa/bottom-navigation-demo
Ref : https://medium.com/@hitherejoe/exploring-the-android-design-support-library-bottom-navigation-drawer-548de699e8e0#.n1fcoz8sr
How to set the color of Bottom Navigation View
<?xml version="1.0" encoding="utf-8"?> | |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent"> | |
<!-- Content Container --> | |
<android.support.design.widget.BottomNavigationView | |
android:id="@+id/bottom_navigation" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_alignParentBottom="true" | |
app:itemBackground="@color/colorPrimary" | |
app:itemIconTint="@color/white" | |
app:itemTextColor="@color/white" | |
app:menu="@menu/bottom_navigation_main" /> | |
</RelativeLayout> |
Ref : http://wl9739.github.io/2016/10/20/BottomNavigationView-%E7%9A%84%E4%BD%BF%E7%94%A8/
沒有留言:
張貼留言