]> git.ktnx.net Git - mobile-ledger.git/commitdiff
profile details: proper palette tint attribute
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 17 May 2020 19:41:29 +0000 (22:41 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 17 May 2020 19:41:29 +0000 (22:41 +0300)
was crashing with "unknown attribute at index #5" afther theming

app/src/main/res/layout/profile_detail.xml

index 0a0463bed302651afd735f222e39e4e1151a7b9a..7cf60be51ebf618e77401e1172ea73baade41c3e 100644 (file)
                 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" />
 
         </LinearLayout>