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>2024-01-23 12:44:19 +0300
committerStefan Niedermann <info@niedermann.it>2024-01-23 12:44:19 +0300
commit96df1307eabbbd27bf125e327991d15257164450 (patch)
tree093f9b5584b4a261ce90456b5e27cbb971e84939
parentb0248e605a52cfb06d017e550d3433713b42173f (diff)
feat(theming): Adjust EmptyContentView image tintadjust-empty-content-view-tint
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/src/main/res/layout/empty_content_view.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/empty_content_view.xml b/app/src/main/res/layout/empty_content_view.xml
index 654b38b7..ec0413e6 100644
--- a/app/src/main/res/layout/empty_content_view.xml
+++ b/app/src/main/res/layout/empty_content_view.xml
@@ -17,7 +17,7 @@
android:scaleX="1.5"
android:scaleY="1.5"
android:src="@drawable/ic_launcher_foreground"
- app:tint="@color/fg_default_high" />
+ app:tint="@color/fg_default_low" />
<TextView
android:id="@+id/empty_content_view_title"