visually add tab bar to the toolbar

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-04-27 23:33:32 +02:00
parent 9f52fffc11
commit 1ed32ad0a6
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -3,7 +3,9 @@
~ Nextcloud Talk application
~
~ @author Tim Krüger
~ @author Andy Scherzinger
~ Copyright (C) 2022 Tim Krüger <t@timkrueger.me>
~ Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de>
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
@ -44,9 +46,10 @@
android:layout_width="wrap_content"
android:layout_height="@dimen/min_size_clickable_area"
android:layout_marginBottom="8dp"
app:layout_constraintTop_toBottomOf="@id/shared_items_toolbar"
android:background="@color/appbar"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/shared_items_toolbar"
app:tabGravity="fill"
app:tabMode="scrollable" />