From: Damyan Ivanov Date: Fri, 10 Jul 2020 07:09:18 +0000 (+0300) Subject: use colorPrimary for the arrow color X-Git-Tag: v0.15.0~97 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=ab662f6610141bfeed858fbfbdfd57a6045da1ed use colorPrimary for the arrow color secondary is a vit darker and looks bad in night mode --- diff --git a/app/src/main/res/layout/account_summary_row.xml b/app/src/main/res/layout/account_summary_row.xml index 8ea32cb2..66a373f9 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -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"