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/item_comment.xml')
-rw-r--r--app/src/main/res/layout/item_comment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml
index 2304206c4..af06cb008 100644
--- a/app/src/main/res/layout/item_comment.xml
+++ b/app/src/main/res/layout/item_comment.xml
@@ -54,7 +54,7 @@
android:layout_gravity="center"
android:layout_margin="@dimen/spacer_1x"
android:contentDescription="@null"
- app:srcCompat="@drawable/ic_person_grey600_24dp"
+ app:srcCompat="@drawable/ic_person_24dp"
tools:srcCompat="@tools:sample/avatars" />
<androidx.appcompat.widget.AppCompatImageView
@@ -63,7 +63,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:visibility="gone"
- app:srcCompat="@drawable/ic_sync_blue_24dp"
+ app:srcCompat="@drawable/ic_sync_18dp"
app:tint="?attr/colorPrimary"
tools:visibility="visible" />
</FrameLayout>