Update: Replace the complpicated tabs' LinearLayout with TabLayout

This commit is contained in:
machiav3lli
2021-10-20 02:34:02 +02:00
parent 822fd7597c
commit bdb2b49f14
2 changed files with 11 additions and 44 deletions

View File

@ -7,10 +7,11 @@
android:background="@drawable/background_border"
android:orientation="vertical">
<LinearLayout
<com.google.android.material.tabs.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="@drawable/bg_item_rounded_ripple"
android:orientation="horizontal" />
<FrameLayout