X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Faccount_summary_row.xml;h=c375c90edae28e3eca4a98d0f36f7a07f2ab4b21;hb=77b60ba7a9bff0d76a0955eb7009f0d77e0e938f;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..c375c90e 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -17,53 +17,113 @@ ~ You should have received a copy of the GNU General Public License ~ along with MoLe. If not, see . --> - - + > - - - + android:longClickable="true" + android:minHeight="@dimen/thumb_row_height" + > + + - + + + + - + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_marginStart="12dp" + android:layout_marginEnd="8dp" + android:gravity="center_vertical" + android:onClick="onAccountSummaryRowViewClicked" + android:text="USD 123,45\n678,90\nIRAUSD -17 000.00" + android:textAppearance="@style/TextAppearance.AppCompat.Medium" + app:layout_constrainedWidth="true" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + 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 + + + + + +