X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Faccount_summary_row.xml;h=addf2a2a169a14beff63de29a96160e53fd6ab37;hb=940c057386c5c9b39404d58a97d98c63182e58ff;hp=f962ada392da038f8a1854dff4765b9b82e3c5da;hpb=ce149cca0afd2290d20d42ae6d2117e6546723e9;p=mobile-ledger.git diff --git a/app/src/main/res/layout/account_summary_row.xml b/app/src/main/res/layout/account_summary_row.xml index f962ada3..addf2a2a 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -68,7 +68,9 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_margin="8dp" - android:background="@drawable/ic_expand_less_black_24dp" /> + android:background="@drawable/ic_expand_less_black_24dp" + android:clickable="true" + android:onClick="onAccountSummaryRowViewClicked" /> - - - - - + + + + +