]> git.ktnx.net Git - mobile-ledger.git/commitdiff
use colorPrimary for the arrow color
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 10 Jul 2020 07:09:18 +0000 (10:09 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 10 Jul 2020 07:09:18 +0000 (10:09 +0300)
secondary is a vit darker and looks bad in night mode

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

index 8ea32cb2c24392eb42a6d24538de1ab710505719..66a373f980ed37db7c1691182f54339f99d2d333 100644 (file)
@@ -79,6 +79,7 @@
                 android:layout_width="32dp"
                 android:layout_height="32dp"
                 android:background="@drawable/ic_expand_less_black_24dp"
+                android:backgroundTint="?colorPrimary"
                 android:clickable="true"
                 android:focusable="true"
                 android:onClick="onAccountSummaryRowViewClicked"