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_photo_preview.xml')
-rw-r--r--app/src/main/res/layout/item_photo_preview.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_photo_preview.xml b/app/src/main/res/layout/item_photo_preview.xml
index 280ed063c..c36f93a3f 100644
--- a/app/src/main/res/layout/item_photo_preview.xml
+++ b/app/src/main/res/layout/item_photo_preview.xml
@@ -22,6 +22,6 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintWidth_percent=".3"
- app:srcCompat="@drawable/ic_baseline_photo_camera_24"
+ app:srcCompat="@drawable/ic_photo_camera_24"
app:tint="@android:color/white" />
</it.niedermann.nextcloud.deck.ui.view.SquareConstraintLayout> \ No newline at end of file