From: Damyan Ivanov Date: Mon, 25 Nov 2019 21:12:16 +0000 (+0200) Subject: whitespace X-Git-Tag: v0.11.0~28 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=5563af1247c470c3e38b5a64f5509ad3a077e852 whitespace --- diff --git a/app/src/main/res/layout/new_transaction_row.xml b/app/src/main/res/layout/new_transaction_row.xml index fcc18a38..885adbe7 100644 --- a/app/src/main/res/layout/new_transaction_row.xml +++ b/app/src/main/res/layout/new_transaction_row.xml @@ -87,12 +87,11 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="9" + android:width="0dp" android:hint="@string/new_transaction_account_hint" - android:selectAllOnFocus="false" - android:inputType="text" android:imeOptions="actionNext" - android:singleLine="true" - android:width="0dp" /> + android:inputType="text" + android:selectAllOnFocus="false" /> + android:textAlignment="viewEnd" />