fix: Tab in entry

This commit is contained in:
J-Jamet
2023-08-07 13:52:48 +02:00
parent 335e767426
commit 151eb26d56

View File

@@ -19,6 +19,7 @@
-->
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:filterTouchesWhenObscured="true"
@@ -139,10 +140,14 @@
<com.google.android.material.tabs.TabLayout
android:id="@+id/entry_content_tab"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:minWidth="180dp"
android:background="@drawable/background_item_selection"
android:backgroundTint="?attr/colorSurfaceContainerLow"
android:layout_gravity="bottom|center_horizontal"
app:tabMode="fixed">
app:tabMode="fixed"
tools:targetApi="lollipop">
<com.google.android.material.tabs.TabItem
android:id="@+id/entry_content_tab_main"