Customizing ActionBar Tabs on Android 4

后端 未结 7 1586
甜味超标
甜味超标 2021-01-01 19:26

I\'m trying to customize Tabs on my ActionBar. I just want to align tabs to phone screen and make it stretchable for various screens. But all I get is this:

7条回答
  •  礼貌的吻别
    2021-01-01 20:08

    I strongly recommend that you use ViewPagerExtensions library, it give you 5 different styled tabs to you choose from, also the problem that you have to fill tabs in portrait and landscape ,ode for each screen size is already solved in this library.

    By the way, if you look inside the library´s code, you can easy theme this yourself.

    Also, if you have trouble implementing this with fragment page, look actionbarsherlock-tabs-multi-fragments

提交回复
热议问题