X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Faccount_summary_row.xml;h=0dc4816e3c94cdbfc57fd7f7881dcd13a775f394;hb=1e5dde855621bd03da6b68f52dc6696c1fd24680;hp=2ff3b4e6621b25d77d28f4c92f1e1fcf41f67ec3;hpb=c6fe580ac5a93cff593d95a0fe34bd6c2c7bddfc;p=mobile-ledger-staging.git diff --git a/app/src/main/res/layout/account_summary_row.xml b/app/src/main/res/layout/account_summary_row.xml index 2ff3b4e6..0dc4816e 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -23,18 +23,9 @@ xmlns:tools="http://schemas.android.com/tools" android:id="@+id/account_summary_row" android:layout_width="match_parent" + android:longClickable="true" android:layout_height="wrap_content"> - - @@ -66,7 +59,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" /> + + + +