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:24:12 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-13 14:24:12 +0300
commite1f92e92ac207fb739ec950725e02653ea1df14c (patch)
tree71ee771f14e4b29aa7d26895dd434bee7621a8cb
parent1537b19c0041c4f4f80ce5891f0f74be1afd4c6e (diff)
Use attribute for tint color
-rw-r--r--app/src/main/res/layout/activity_notes_list_view.xml2
1 files changed, 1 insertions, 1 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 a1b8bdfb..9dbe0b77 100644
--- a/app/src/main/res/layout/activity_notes_list_view.xml
+++ b/app/src/main/res/layout/activity_notes_list_view.xml
@@ -83,7 +83,7 @@
tools:text="@string/search_in_all" />
<androidx.appcompat.widget.AppCompatImageView
- android:tint="@color/accent"
+ android:tint="?attr/colorAccent"
android:id="@+id/sorting_method"
android:layout_width="?attr/actionBarSize"
android:layout_height="?attr/actionBarSize"