Toolbar and TabLayout is not visible on Android 4.4 devices

后端 未结 5 1864
故里飘歌
故里飘歌 2021-01-02 17:54

I was trying to implement Toolbar and TabLayout using google design library by referring to [http://blog.grafixartist.com/material-design-tabs-with-android-design-support-li

5条回答
  •  别那么骄傲
    2021-01-02 18:43

    If the top layout parent in activity_main.xml is not a CoordinatorLayout (is there FrameLayout or RelativeLayout?) there may be some wrong different overlap depending on API version. Change top layout parent to a CoordinatorLayout and it will work everywhere.

提交回复
热议问题