put tabs in the bottom of screen

前端 未结 5 655
無奈伤痛
無奈伤痛 2021-01-01 21:29

I want to put tabs at the bottom part of my screen . For this purpose I have the following code :

package info.androidhive.tabsswipe;

import info.androidhiv         


        
5条回答
  •  北海茫月
    2021-01-01 21:41

    with an action bar you will only be able to add tabs at the top, since that is the way android apps should look like. Having tabs at the bottom is purely ios style. and if you still wish to achieve the same look at :

    this. Github source can be found here

提交回复
热议问题