]> git.ktnx.net Git - mobile-ledger.git/commitdiff
use theme-driven new transaction FAB icon color
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 24 Sep 2020 16:17:12 +0000 (16:17 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 24 Sep 2020 16:17:12 +0000 (16:17 +0000)
app/src/main/res/drawable-anydpi/ic_add_white_24dp.xml

index 27557a0db5c6e9ab19f2f714adf4f0cbb60e7ce4..9136eb76d59313d82e6b58c9d5bd9acd4d03c3dc 100644 (file)
@@ -22,6 +22,6 @@
     android:viewportWidth="24.0"
     android:viewportHeight="24.0">
     <path
-        android:fillColor="#FF000000"
+        android:fillColor="?attr/colorOnSecondary"
         android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" />
 </vector>