X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fcontent_new_transaction.xml;h=2589d33ec131eba13efbac809e4e39aa1c3ffab9;hb=2160278e4658bd683ce2ad4cb577846aa5fac1f0;hp=28f393d1dbe002c2b8915dacdeb8e722ad1743d4;hpb=063fe5ea62e41ec419ce5b9c85941aa851b3c0ba;p=mobile-ledger.git diff --git a/app/src/main/res/layout/content_new_transaction.xml b/app/src/main/res/layout/content_new_transaction.xml index 28f393d1..2589d33e 100644 --- a/app/src/main/res/layout/content_new_transaction.xml +++ b/app/src/main/res/layout/content_new_transaction.xml @@ -9,29 +9,56 @@ tools:showIn="@layout/activity_new_transaction"> + android:layout_height="0dp" + android:layout_marginBottom="8dp" + app:layout_constraintBottom_toTopOf="@+id/constraintLayout" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> - + android:layout_height="match_parent"> + + + + + + android:layout_height="match_parent"> @@ -83,7 +110,7 @@ android:width="0dp" android:hint="@string/new_transaction_amount_hint" android:inputType="numberDecimal|numberSigned" - android:minWidth="24pt" + android:minWidth="40dp" android:textAlignment="viewEnd" /> @@ -92,4 +119,36 @@ + + + + + + + \ No newline at end of file