mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 23:25:20 +03:00
Make shared items horizontally scrollable
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
5aed5f1d43
commit
f94d7b8858
1 changed files with 3 additions and 1 deletions
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue