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:
Diffstat (limited to 'app/src/main/res/layout/dialog_filter.xml')
-rw-r--r--app/src/main/res/layout/dialog_filter.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/layout/dialog_filter.xml b/app/src/main/res/layout/dialog_filter.xml
index e7d9ebd6a..8741e7e36 100644
--- a/app/src/main/res/layout/dialog_filter.xml
+++ b/app/src/main/res/layout/dialog_filter.xml
@@ -9,7 +9,10 @@
android:id="@+id/tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ app:tabIndicatorColor="@color/defaultBrand"
app:tabInlineLabel="true"
+ app:tabMode="fixed"
+ app:tabTextColor="?attr/colorAccent"
app:tabUnboundedRipple="true" />
<androidx.viewpager2.widget.ViewPager2