From b0b8cda57a642a2b5db371ac6f579bcf08e1996a Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Tue, 26 Nov 2019 23:56:05 +0200 Subject: [PATCH] new transaction form: use a CoordinatorLayout as base, and poop the FAB out of the constraint layout makes it behave nice when a snack bar message appears --- .../res/layout/fragment_new_transaction.xml | 44 ++++++++++--------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/app/src/main/res/layout/fragment_new_transaction.xml b/app/src/main/res/layout/fragment_new_transaction.xml index 8a35cf68..b5ce2a8d 100644 --- a/app/src/main/res/layout/fragment_new_transaction.xml +++ b/app/src/main/res/layout/fragment_new_transaction.xml @@ -14,32 +14,36 @@ ~ You should have received a copy of the GNU General Public License ~ along with MoLe. If not, see . --> - - + android:layout_height="match_parent"> - - + + + + + + - - - + \ No newline at end of file -- 2.39.2