Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

How do you change the font size on a tab? #5

Open
jchri853 opened this issue Jun 25, 2015 · 0 comments
Open

How do you change the font size on a tab? #5

jchri853 opened this issue Jun 25, 2015 · 0 comments

Comments

@jchri853
Copy link

I tried the following code but findViewById(android.R.id.title) returns null. Is there a convenient way to adjust the font size of all tabs?

MaterialTabHost tabHost = (MaterialTabHost) findViewById(android.R.id.tabhost);

for (int i = 0; i < tabHost.getTabWidget().getChildCount(); i++) {
TextView tv = (TextView) tabHost.getTabWidget().getChildAt(i).findViewById(android.R.id.title);
tv.setTextSize(23);
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant