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=8ea32cb2c24392eb42a6d24538de1ab710505719;hp=daa033df0375c7045bd8da455e28d0ccb57428de;hb=d3ef60356dbecf1763271b8277e64385f1788418;hpb=b5ce02c84db901506139f9e0aaab3c56e394a6e3 diff --git a/app/src/main/res/layout/account_summary_row.xml b/app/src/main/res/layout/account_summary_row.xml index daa033df..8ea32cb2 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -2,68 +2,124 @@ - - - - + - - - + app:layout_constraintTop_toTopOf="parent" + > + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginStart="8dp" + android:gravity="center_vertical" + android:longClickable="true" + android:onClick="onAccountSummaryRowViewClicked" + android:paddingStart="8dp" + android:text="AccountNameALongOne" + android:textAppearance="@android:style/TextAppearance.Material.Medium" + app:layout_constrainedWidth="true" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toStartOf="@id/account_expander_container" + app:layout_constraintHorizontal_bias="0.0" + app:layout_constraintHorizontal_chainStyle="packed" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintWidth_max="wrap" + app:layout_constraintWidth_percent=".67" + tools:ignore="HardcodedText" + /> - - + - + + + - \ No newline at end of file + app:layout_constraintHorizontal_weight="2" + app:layout_constraintStart_toEndOf="@id/account_name_layout" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintWidth_min="90sp" + tools:ignore="HardcodedText" + /> + + + + + + \ No newline at end of file