From 1ed32ad0a662192cf08be2a12ae29e69b4033146 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Wed, 27 Apr 2022 23:33:32 +0200 Subject: [PATCH] visually add tab bar to the toolbar Signed-off-by: Andy Scherzinger --- app/src/main/res/layout/activity_shared_items.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_shared_items.xml b/app/src/main/res/layout/activity_shared_items.xml index 368d96f25..a762ff69c 100644 --- a/app/src/main/res/layout/activity_shared_items.xml +++ b/app/src/main/res/layout/activity_shared_items.xml @@ -3,7 +3,9 @@ ~ Nextcloud Talk application ~ ~ @author Tim Krüger + ~ @author Andy Scherzinger ~ Copyright (C) 2022 Tim Krüger + ~ Copyright (C) 2022 Andy Scherzinger ~ ~ 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" />