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/widget_single_card.xml')
-rw-r--r--app/src/main/res/layout/widget_single_card.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/widget_single_card.xml b/app/src/main/res/layout/widget_single_card.xml
index 3c8de6a96..21b5ffffb 100644
--- a/app/src/main/res/layout/widget_single_card.xml
+++ b/app/src/main/res/layout/widget_single_card.xml
@@ -85,7 +85,7 @@
android:contentDescription="@null"
android:tint="@color/grey600"
tools:ignore="UseAppTint"
- tools:src="@drawable/ic_comment_white_24dp" />
+ tools:src="@drawable/ic_comment_24dp" />
<TextView
android:id="@+id/card_count_comments"
@@ -102,7 +102,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"
- tools:src="@drawable/ic_check_grey600_24dp" />
+ tools:src="@drawable/ic_check_24dp" />
<TextView
android:id="@+id/card_count_tasks"