From 2160278e4658bd683ce2ad4cb577846aa5fac1f0 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Mon, 3 Dec 2018 21:21:37 +0000 Subject: [PATCH] two transaction accounts by default with the possibility to add more via the menu --- .../res/layout/content_new_transaction.xml | 81 ++++++++++++++++--- 1 file changed, 70 insertions(+), 11 deletions(-) diff --git a/app/src/main/res/layout/content_new_transaction.xml b/app/src/main/res/layout/content_new_transaction.xml index 7ea277bd..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"> + + + + + + + \ No newline at end of file -- 2.39.2