![enter image description here](https://i.stack.imgur.com/YmwiW.png)
Как бы я разместил свои вкладки по центру в tablayout?
<com.google.android.material.tabs.TabLayout
android:id="@+id/fraghome_tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabIndicatorColor="@color/standardBlue"/>
Я пробовал app:tabGravity="center"
, но это не помогает он полностью отцентрирован, заполняет весь макет.