From: Damyan Ivanov Date: Sun, 31 Jan 2021 16:32:59 +0000 (+0000) Subject: no background for pattern edit buttons X-Git-Tag: v0.17.0~184 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=467b1dc6b99a74900e820fd90d2a488ed91df0d9 no background for pattern edit buttons --- diff --git a/app/src/main/res/layout/pattern_layout.xml b/app/src/main/res/layout/pattern_layout.xml index fdeea8c1..090870fc 100644 --- a/app/src/main/res/layout/pattern_layout.xml +++ b/app/src/main/res/layout/pattern_layout.xml @@ -35,6 +35,7 @@ android:id="@+id/edit_button" android:layout_width="@dimen/toolbar_height" android:layout_height="@dimen/toolbar_height" + android:backgroundTint="?colorSurface" android:contentDescription="@string/edit_button_description" android:src="@drawable/ic_mode_edit_black_24dp" app:layout_constraintBottom_toBottomOf="parent"