X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Faccount_summary_row.xml;h=522c59308045be2f4260df93203ec11e9fdeb674;hb=f2eb293e087af121db33345325cc0078387144b8;hp=daa033df0375c7045bd8da455e28d0ccb57428de;hpb=b5ce02c84db901506139f9e0aaab3c56e394a6e3;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 daa033df..522c5930 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -3,60 +3,110 @@ - + android:longClickable="true" + > - + app:layout_constraintTop_toTopOf="parent" + tools:ignore="HardcodedText" + /> - + + + android:layout_margin="8dp" + android:background="@drawable/ic_expand_less_black_24dp" + android:clickable="true" + android:onClick="onAccountSummaryRowViewClicked" + /> + + + + + - + - - + - \ No newline at end of file + app:layout_constraintTop_toTopOf="parent" + /> + \ No newline at end of file