Changing text size inside Tabs
I am designing my app for various screen sizes,but I have a small problem. I can't change the size of the text inside the tabs. Here is what I did. Firstly I created my own style. <style name="MineCustomTabText" parent="TextAppearance.Design.Tab"> <item name="android:textSize">22sp</item> </style> And then I use this style to the appropriate xml file. <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" xmlns:app=