]> git.ktnx.net Git - mobile-ledger.git/commitdiff
better color of the palette icon in the profile editor
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 10 Jul 2020 06:07:12 +0000 (09:07 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 10 Jul 2020 06:07:12 +0000 (09:07 +0300)
app/src/main/res/layout/profile_detail.xml

index 3c192f6d74dd10bc2f587a59049112983c91f050..e78d170d0b9ab0a4135c852ac12dc2265f7bef34 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?><!--
-  ~ Copyright © 2019 Damyan Ivanov.
+  ~ Copyright © 2020 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
                 android:background="?colorPrimary"
                 android:contentDescription="@string/btn_color_picker_button"
                 app:srcCompat="@drawable/ic_palette_black_24dp"
-                android:tint="?android:attr/colorBackground" />
+                android:tint="?colorOnPrimarySurface"
+                />
 
         </LinearLayout>