]> git.ktnx.net Git - mobile-ledger.git/commitdiff
amount height should match the parent height
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 9 Dec 2018 13:48:02 +0000 (13:48 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 9 Dec 2018 13:48:02 +0000 (13:48 +0000)
causing the base line to go at the bottom of the account name is longer

app/src/main/res/layout/content_new_transaction.xml

index 086609d708dcf8b9445ebe20a8efddedad6b3e1f..0cbfc203638fc3906b5111313eee2ef35c990c71 100644 (file)
                     <EditText
                         android:id="@+id/new_transaction_amt_2"
                         android:layout_width="wrap_content"
                     <EditText
                         android:id="@+id/new_transaction_amt_2"
                         android:layout_width="wrap_content"
-                        android:layout_height="wrap_content"
+                        android:layout_height="match_parent"
                         android:layout_gravity="bottom"
                         android:layout_weight="1"
                         android:width="0dp"
                         android:layout_gravity="bottom"
                         android:layout_weight="1"
                         android:width="0dp"