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" />