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=49220a9390a61f26eb3cbb698ba685603c746d36;hpb=cf461ae87ae19cb160f671e92227da7aa8cf81bf;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 49220a93..522c5930 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:layout_height="wrap_content" android:longClickable="true" - android:layout_height="wrap_content"> - - + > + tools:ignore="HardcodedText" + /> + app:layout_constraintTop_toTopOf="parent" + > + android:onClick="onAccountSummaryRowViewClicked" + /> + app:layout_constraintTop_toTopOf="parent" + /> + tools:ignore="HardcodedText" + /> - - - - - - - + app:layout_constraintEnd_toEndOf="@id/account_row_acc_amounts" + app:layout_constraintStart_toStartOf="@id/account_row_acc_amounts" + > @@ -125,5 +115,6 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toTopOf="parent" /> + app:layout_constraintTop_toTopOf="parent" + /> \ No newline at end of file