Make tabhost initialisation work on Nook
I have no idea why this works, but it does.
This commit is contained in:
parent
9ec94e8e88
commit
21eb159330
@ -61,7 +61,7 @@ class OldTabManagerImpl extends TabManager {
|
||||
* dummy empty contents and then hook them up to our ViewPager.
|
||||
*/
|
||||
public void createTabs() {
|
||||
tabHost = new TabHost(parent);
|
||||
tabHost = new TabHost(parent, null);
|
||||
tabHost.setLayoutParams(new TabHost.LayoutParams(
|
||||
TabHost.LayoutParams.MATCH_PARENT, TabHost.LayoutParams.WRAP_CONTENT));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user