[android] change image preview close button color to accent color

This was suggested in #1243.
This commit is contained in:
Torsten Grote
2019-10-22 13:01:01 -03:00
parent 9d72fca2a7
commit 73417a42d6

View File

@@ -39,7 +39,7 @@
android:layout_marginRight="8dp"
android:layout_marginBottom="8dp"
android:src="@drawable/ic_close"
app:backgroundTint="@color/briar_red"
app:backgroundTint="@color/briar_accent"
app:fabCustomSize="26dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"