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-12-22 23:41:35 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-12-23 12:24:50 +0300
commit0cf27004408cfc3921d2dd5cd139be2f82749895 (patch)
tree0fffbed0d5f603088304f1545ff98032d5fcff39 /app/src/main/res/layout/widget_single_card.xml
parent033f8bfe8e21c76013b45a6607eac380c4c5b233 (diff)
Fix color of comment icon in SingleCardWidget
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/layout/widget_single_card.xml')
-rw-r--r--app/src/main/res/layout/widget_single_card.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/layout/widget_single_card.xml b/app/src/main/res/layout/widget_single_card.xml
index 8b730b09b..1d134a822 100644
--- a/app/src/main/res/layout/widget_single_card.xml
+++ b/app/src/main/res/layout/widget_single_card.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/widget_card"
android:layout_width="match_parent"
@@ -68,7 +67,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"
- app:tint="@color/grey600"
+ android:tint="@color/grey600"
+ tools:ignore="UseAppTint"
tools:src="@drawable/ic_comment_white_24dp" />
<TextView
@@ -102,7 +102,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"
- app:tint="@color/grey600"
+ android:tint="@color/grey600"
+ tools:ignore="UseAppTint"
tools:src="@drawable/ic_attach_file_grey600_24dp" />
<TextView