Search code examples
androidmenuandroid-actionbar

Menu under ActionBar


I need to make a menu under ActionBar like on the picture ("Movies", "TV Shows")

enter image description here


Solution

  • this is a tabLayout documentation here :

    https://developer.android.com/reference/android/support/design/widget/TabLayout

    Android TabLayout Android Design