From 07098f6660b19320bed36d24758464c662c74531 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 23 Aug 2022 14:20:21 -0300 Subject: [wallet] Move balance down in transaction list and show new buttons for sending/receiving (not functional yet) --- .../src/main/res/layout/fragment_transactions.xml | 90 +++++++++++++++++++++- 1 file changed, 86 insertions(+), 4 deletions(-) (limited to 'wallet/src/main/res/layout/fragment_transactions.xml') diff --git a/wallet/src/main/res/layout/fragment_transactions.xml b/wallet/src/main/res/layout/fragment_transactions.xml index 22d6d48..60675bb 100644 --- a/wallet/src/main/res/layout/fragment_transactions.xml +++ b/wallet/src/main/res/layout/fragment_transactions.xml @@ -14,19 +14,91 @@ ~ GNU Taler; see the file COPYING. If not, see --> - + + + + + + + + + + + + @@ -37,6 +109,10 @@ android:layout_gravity="center" android:text="@string/transactions_empty" android:visibility="invisible" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/divider" tools:visibility="visible" /> + app:layout_behavior="com.google.android.material.behavior.HideBottomViewOnScrollBehavior" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" /> - + -- cgit v1.2.3