X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fcontent_new_transaction.xml;h=429d1b081fd9d71c7793be20b050696a0fc99f16;hp=32756060f9209a6b7725b8879078c76f807abb46;hb=7ec1c4772ff88e23ed826cc19c5a9a32e35ddf7e;hpb=45a5fea939677b263f0844396b021522a5eb0c90 diff --git a/app/src/main/res/layout/content_new_transaction.xml b/app/src/main/res/layout/content_new_transaction.xml index 32756060..429d1b08 100644 --- a/app/src/main/res/layout/content_new_transaction.xml +++ b/app/src/main/res/layout/content_new_transaction.xml @@ -65,17 +65,19 @@ android:id="@+id/new_transaction_acc_1" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_gravity="bottom" android:layout_weight="9" android:width="0dp" android:hint="@string/new_transaction_account_hint" android:nextFocusDown="@id/new_transaction_amt_1" android:nextFocusForward="@id/new_transaction_amt_1" - android:textColorLink="@android:color/background_light" /> + android:text="This is a sample account name, deliberately long" />