]> git.ktnx.net Git - mobile-ledger.git/commitdiff
no background for pattern edit buttons
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 31 Jan 2021 16:32:59 +0000 (16:32 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 31 Jan 2021 16:32:59 +0000 (16:32 +0000)
app/src/main/res/layout/pattern_layout.xml

index fdeea8c1cb7ed2a78ac97c861ca4ceb4b3e3111b..090870fc5d2e90f32a5643e15cb6a13370a3e52e 100644 (file)
@@ -35,6 +35,7 @@
         android:id="@+id/edit_button"
         android:layout_width="@dimen/toolbar_height"
         android:layout_height="@dimen/toolbar_height"
         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"
         android:contentDescription="@string/edit_button_description"
         android:src="@drawable/ic_mode_edit_black_24dp"
         app:layout_constraintBottom_toBottomOf="parent"