put tabs in the bottom of screen

前端 未结 5 656
無奈伤痛
無奈伤痛 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:55

    one more solution: https://stackoverflow.com/a/23150258/2765497 for support api<11 replace TabView to FragmentTabVeiw and add enother imports from Sherlock of Support library

提交回复
热议问题