2
ActionBar actionBar = getSupportActionBar();

actionBar.addTab(actionBar.newTab().setText("Personal Info").setTabListener(tabListener));

I have created action tabs like this but text is appearing in uppercase. How to show it in lowercase.

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
AAhmad Blal
  • 181
  • 2
  • 9
  • you have to apply styles to your tab layout. And in your tab style declare the text size or disable the text Caps. – Umair Dec 26 '17 at 12:28

0 Answers0