Gradient status bar with BottomNavigationView

前端 未结 1 530
忘掉有多难
忘掉有多难 2020-12-21 16:07

In my Application I want to show gradient status bar. Also i have used BottomNavigationView. So issue is when i am doing status bar gradient the bottom navigati

相关标签:
1条回答
  • 2020-12-21 16:57

    You above code is working fine for me

    You need to change your root layout

    Make CoordinatorLayout as your root layout

    Use

    android.support.design.widget.CoordinatorLayout

    Instead of

    RelativeLayout

    SEE the output using RelativeLayout

    enter image description here

    Output using android.support.design.widget.CoordinatorLayout

    enter image description here

    0 讨论(0)
提交回复
热议问题