]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/account_summary_row.xml
use colorPrimary for the arrow color
[mobile-ledger.git] / app / src / main / res / layout / account_summary_row.xml
index 0bc27c0de4de01e87385e9183f29507f7baa5c0b..66a373f980ed37db7c1691182f54339f99d2d333 100644 (file)
@@ -79,7 +79,9 @@
                 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"
                 app:layout_constraintBottom_toBottomOf="parent"
                 app:layout_constraintEnd_toEndOf="parent"