summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-04-03 15:12:29 -0300
committerTorsten Grote <t@grobox.de>2020-04-03 15:12:29 -0300
commitd72548e82e6993486180f5528ae8073ab2a99a25 (patch)
tree4abe23b58340fb8fcc238ad5bd9bc7fda6bb13e2 /wallet/src/main/res/navigation
parentbee652834f90fd8abd46b5adcf30adcc587984c2 (diff)
downloadtaler-android-d72548e82e6993486180f5528ae8073ab2a99a25.tar.gz
taler-android-d72548e82e6993486180f5528ae8073ab2a99a25.tar.bz2
taler-android-d72548e82e6993486180f5528ae8073ab2a99a25.zip
[wallet] add detail page for payment sent event in history
Diffstat (limited to 'wallet/src/main/res/navigation')
-rw-r--r--wallet/src/main/res/navigation/nav_graph.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml
index 1ab9666..c39df94 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -72,7 +72,7 @@
android:id="@+id/historyEventFragment"
android:name="net.taler.wallet.history.HistoryEventFragment"
android:label="@string/history_detail_title"
- tools:layout="@layout/fragment_history_event" />
+ tools:layout="@layout/fragment_event_withdraw" />
<fragment
android:id="@+id/alreadyPaid"