X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Faccount_summary_row.xml;h=060577f59f67bc98a07c374eb35329e6846cbd25;hb=871c35b137cba369e19d47e27822b00f234a9ee9;hp=3b2525b98fbeaae9723dd18157f84ce67a647cc3;hpb=998dd32a089d199a2569069415755eb3169b35b0;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 3b2525b9..060577f5 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -2,7 +2,7 @@ - - - - + - - - + 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:minHeight="@dimen/default_account_row_height" + android:paddingStart="8dp" + android:text="AccountName" + android:textAppearance="@android:style/TextAppearance.Material.Medium" + app:layout_constrainedWidth="true" + 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