From: Damyan Ivanov Date: Tue, 26 Nov 2019 21:56:05 +0000 (+0200) Subject: new transaction form: use a CoordinatorLayout as base, and poop the FAB out of the... X-Git-Tag: v0.11.0~20 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=b0b8cda57a642a2b5db371ac6f579bcf08e1996a 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 --- 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