X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Faccount_summary_row.xml;h=522c59308045be2f4260df93203ec11e9fdeb674;hp=0dc4816e3c94cdbfc57fd7f7881dcd13a775f394;hb=f2eb293e087af121db33345325cc0078387144b8;hpb=ed685bc8e5c5d43b6e6973fcc4c7089a3565ab95 diff --git a/app/src/main/res/layout/account_summary_row.xml b/app/src/main/res/layout/account_summary_row.xml index 0dc4816e..522c5930 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -23,8 +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" + > @@ -108,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