Skip to main content

Posts

Showing posts with the label TabLayout

Change Font type of Tab in TabLayout in Android | Android Studio

Here is the example of how to change the font of the tab in Tab layout in android You can simply change the font type of tab Tab layout and you can also set the custom font To change the font of tab layout, you have to paste the font in assets folder of your project You just have to follow the one method in an existing project or for the whole example, you can refer the following code.