mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-08 07:33:36 +00:00
Make shared items horizontally scrollable
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
5aed5f1d43
commit
f94d7b8858
@ -3,6 +3,8 @@
|
|||||||
~
|
~
|
||||||
~ @author Tim Krüger
|
~ @author Tim Krüger
|
||||||
~ @author Andy Scherzinger
|
~ @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 Tim Krüger <t@timkrueger.me>
|
||||||
~ Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de>
|
~ Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de>
|
||||||
~
|
~
|
||||||
@ -50,7 +52,7 @@
|
|||||||
android:layout_height="@dimen/min_size_clickable_area"
|
android:layout_height="@dimen/min_size_clickable_area"
|
||||||
android:background="@color/appbar"
|
android:background="@color/appbar"
|
||||||
app:tabGravity="fill"
|
app:tabGravity="fill"
|
||||||
app:tabMode="fixed"
|
app:tabMode="scrollable"
|
||||||
app:tabMaxWidth="0dp"
|
app:tabMaxWidth="0dp"
|
||||||
app:tabTextAppearance="@style/TextAppearanceTab" />
|
app:tabTextAppearance="@style/TextAppearanceTab" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user