Make shared items horizontally scrollable

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2023-03-16 16:33:58 +01:00
parent 5aed5f1d43
commit f94d7b8858
No known key found for this signature in database
GPG key ID: C793F8B59F43CE7B

View file

@ -3,6 +3,8 @@
~
~ @author Tim Krüger
~ @author Andy Scherzinger
~ @author Marcel Hibbe
~ Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de>
~ Copyright (C) 2022 Tim Krüger <t@timkrueger.me>
~ Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de>
~
@ -50,7 +52,7 @@
android:layout_height="@dimen/min_size_clickable_area"
android:background="@color/appbar"
app:tabGravity="fill"
app:tabMode="fixed"
app:tabMode="scrollable"
app:tabMaxWidth="0dp"
app:tabTextAppearance="@style/TextAppearanceTab" />