mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 20:53:09 +00:00
visually add tab bar to the toolbar
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
9f52fffc11
commit
1ed32ad0a6
@ -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" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user