Well, i didnt have to, but if u want to it should be possible:
In your main_activity.xml look for app:viewpager_pagerTitleStrip="@layout/material_view_pager_pagertitlestrip_standard"
create your own layout: and like it :
app:viewpager_pagerTitleStrip="@layout/your_resource file"
There might be a more clean way. Just my idea :)