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 +++++++++++++++++++++- wallet/src/main/res/values/strings.xml | 5 +- 2 files changed, 90 insertions(+), 5 deletions(-) (limited to 'wallet/src/main/res') 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" /> - + diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml index d1a0c78..d9c4792 100644 --- a/wallet/src/main/res/values/strings.xml +++ b/wallet/src/main/res/values/strings.xml @@ -70,11 +70,14 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card There is no digital cash in your wallet.\n\nYou can get test money from the demo bank:\n\nhttps://bank.demo.taler.net Transactions + Balance + Send\nFunds + Receive\nFunds You don\'t have any transactions No transactions found. Try a different search. Could not load transactions\n\n%s Transaction - Balance: %s + %s Transactions Delete Select All Delete Transaction -- cgit v1.2.3