Merge branch '1243-attachment-close-button-color' into 'master'

Change image preview close button color to accent color

See merge request briar/briar!1182
This commit is contained in:
akwizgran
2019-11-07 16:23:24 +00:00

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"