From: Damyan Ivanov Date: Sun, 17 May 2020 19:41:29 +0000 (+0300) Subject: profile details: proper palette tint attribute X-Git-Tag: v0.14.0~79 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=963f4aacfa9a2c60d3c81873b5d532fc7d698a46 profile details: proper palette tint attribute was crashing with "unknown attribute at index #5" afther theming --- diff --git a/app/src/main/res/layout/profile_detail.xml b/app/src/main/res/layout/profile_detail.xml index 0a0463be..7cf60be5 100644 --- a/app/src/main/res/layout/profile_detail.xml +++ b/app/src/main/res/layout/profile_detail.xml @@ -269,7 +269,7 @@ android:background="?colorPrimary" android:contentDescription="@string/btn_color_picker_button" app:srcCompat="@drawable/ic_palette_black_24dp" - android:tint="?drawer_background" /> + android:tint="?android:attr/colorBackground" />