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=257ef6021b8ca29ba5dfa8a50287ccbe50c6e50e;hpb=d0701103fe837b1382fa71eeda819a04079f8eb0;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 257ef602..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" /> + + + +