Quantcast
Channel: Active questions tagged tabs - Stack Overflow
Viewing all articles
Browse latest Browse all 587

Tab Layout with round corners - Android Studio

$
0
0

I want to create a TabLayout like this:

image

But it's coming Like :

image2

This is my code:

<com.google.android.material.tabs.TabLayout    android:id="@+id/tab_layout"    android:layout_width="match_parent"    android:layout_height="40dp"    android:layout_margin="8dp"    app:tabMode="scrollable"    app:tabGravity="fill"    app:tabIndicatorHeight="0dp"    app:tabSelectedTextColor="@color/white"    app:tabIndicator="@drawable/bg_tabs_select"    app:tabIndicatorColor="@android:color/transparent"    app:tabIndicatorGravity="stretch"    app:tabTextColor="@color/black" />

Viewing all articles
Browse latest Browse all 587

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>