Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-05-05 00:16:07 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-05 00:16:07 +0300
commit960935ebd07e717158c89ab5ccaa9180020665bc (patch)
tree9a792d4a0b5da02ffc924d6648a6753b692e8738 /app/src/main/res/layout
parentb5978199e6cfda0986d7b11d97ed0e5f05e498f5 (diff)
Display active filters in filter tabs
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/dialog_filter.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/dialog_filter.xml b/app/src/main/res/layout/dialog_filter.xml
index bd6834966..e7d9ebd6a 100644
--- a/app/src/main/res/layout/dialog_filter.xml
+++ b/app/src/main/res/layout/dialog_filter.xml
@@ -9,6 +9,7 @@
android:id="@+id/tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ app:tabInlineLabel="true"
app:tabUnboundedRipple="true" />
<androidx.viewpager2.widget.ViewPager2