summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-01-05 17:14:18 -0300
committerTorsten Grote <t@grobox.de>2023-01-05 17:14:18 -0300
commit6f45cd9e9f4e25df5048854cc421178f1cd66a59 (patch)
treea65a18f562f26ae503d60a80ca9a93b1c7c64130 /wallet/src/main/res/navigation
parent2c78d3c9ac6d2b7749af4c46f424766ede0a7a1b (diff)
downloadtaler-android-6f45cd9e9f4e25df5048854cc421178f1cd66a59.tar.gz
taler-android-6f45cd9e9f4e25df5048854cc421178f1cd66a59.tar.bz2
taler-android-6f45cd9e9f4e25df5048854cc421178f1cd66a59.zip
[wallet] Show details of tip transaction
#0007476
Diffstat (limited to 'wallet/src/main/res/navigation')
-rw-r--r--wallet/src/main/res/navigation/nav_graph.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml
index f1d189f..ec5ec08 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -259,6 +259,12 @@
tools:layout="@layout/fragment_transaction_withdrawal" />
<fragment
+ android:id="@+id/nav_transactions_detail_tip"
+ android:name="net.taler.wallet.transactions.TransactionTipFragment"
+ android:label="@string/transactions_detail_title"
+ tools:layout="@layout/fragment_transaction_withdrawal" />
+
+ <fragment
android:id="@+id/nav_transactions_detail_peer"
android:name="net.taler.wallet.transactions.TransactionPeerFragment"
android:label="@string/transactions_detail_title"
@@ -388,6 +394,10 @@
app:destination="@id/nav_transactions_detail_deposit" />
<action
+ android:id="@+id/action_nav_transactions_detail_tip"
+ app:destination="@id/nav_transactions_detail_tip" />
+
+ <action
android:id="@+id/action_nav_payto_uri"
app:destination="@id/nav_payto_uri" />