use platform default text size for tab text
This commit is contained in:
parent
1d5ce6d239
commit
ed67cb0af2
@ -52,6 +52,7 @@ public class VanillaTabLayout extends SlidingTabLayout {
|
||||
TextView view = super.createDefaultTabView(context);
|
||||
int color = getResources().getColor(android.R.color.primary_text_dark);
|
||||
view.setTextColor(color);
|
||||
view.setTextSize(14);
|
||||
return view;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user