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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-06-13 14:22:07 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-13 14:22:07 +0300
commit41faf721cd49b74cd569d9185703d56650970ab7 (patch)
tree274d60fa561f74fbe3f15880a0c96c31c3132fea
parent1effe693db8873c37b3a661899a8d21815b56d02 (diff)
Tint sorting method icon for better contrast
-rw-r--r--app/src/main/res/layout/activity_notes_list_view.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_notes_list_view.xml b/app/src/main/res/layout/activity_notes_list_view.xml
index 25ac8606..a1b8bdfb 100644
--- a/app/src/main/res/layout/activity_notes_list_view.xml
+++ b/app/src/main/res/layout/activity_notes_list_view.xml
@@ -83,6 +83,7 @@
tools:text="@string/search_in_all" />
<androidx.appcompat.widget.AppCompatImageView
+ android:tint="@color/accent"
android:id="@+id/sorting_method"
android:layout_width="?attr/actionBarSize"
android:layout_height="?attr/actionBarSize"