mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-14 19:39:19 +00:00
Update: Replace the complpicated tabs' LinearLayout with TabLayout
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user