summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/src/main/res/navigation')
-rw-r--r--wallet/src/main/res/navigation/nav_graph.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml
index a06abad..d5ce657 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -34,6 +34,9 @@
<action
android:id="@+id/action_nav_main_to_nav_transactions"
app:destination="@id/nav_transactions" />
+ <action
+ android:id="@+id/action_nav_main_to_nav_uri_input"
+ app:destination="@id/nav_uri_input" />
</fragment>
<fragment
@@ -124,6 +127,12 @@
tools:layout="@layout/fragment_transactions" />
<fragment
+ android:id="@+id/nav_uri_input"
+ android:name="net.taler.wallet.UriInputFragment"
+ android:label="@string/enter_uri"
+ tools:layout="@layout/fragment_uri_input" />
+
+ <fragment
android:id="@+id/errorFragment"
android:name="net.taler.wallet.withdraw.ErrorFragment"
android:label="@string/nav_error"