Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Actionbar tabs don't fill the tabbar

After hours of trying I finally found a method to separate the actionbar tabbar from the actionbar manualy. actionbar convert tabs to list navigation if there is no room But now there is one problem left. The tabs don't fill the tabbar. enter image description here

EDIT The tabs are added to the actionbar by: ActionBar.Tab relatieTab = actionBar.newTab().setText("Relaties"); actionBar.addTab(relatieTab);

like image 209
Rickyrick Avatar asked Nov 27 '12 12:11

Rickyrick


1 Answers

Try to switch the parent. If that doesn't work try visiting this post: Stacked ActionBar tab bar not filling parent

Good luck :)

like image 144
tash Avatar answered Dec 06 '22 18:12

tash