]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/navigation/new_transaction_navigation.xml
whitespace
[mobile-ledger.git] / app / src / main / res / navigation / new_transaction_navigation.xml
index 6f1fe29c3b7e015393c76440238e493c0dee39ba..734cd71e61680556f55c13f8a60b84c3f8ed00cb 100644 (file)
@@ -1,6 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright © 2019 Damyan Ivanov.
+<?xml version="1.0" encoding="utf-8"?><!--
+  ~ Copyright © 2020 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
 
 <navigation xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
     android:id="@+id/new_transaction_navigation"
-    app:startDestination="@id/newTransactionFragment">
+    app:startDestination="@id/newTransactionFragment"
+    >
 
     <fragment
         android:id="@+id/newTransactionFragment"
         android:name="net.ktnx.mobileledger.ui.activity.NewTransactionFragment"
-        android:label="NewTransactionFragment" >
+        android:label="NewTransactionFragment"
+        >
         <action
             android:id="@+id/action_newTransactionFragment_to_newTransactionSavingFragment"
             app:destination="@id/newTransactionSavingFragment"
             />
         <argument
             android:name="error"
+            android:defaultValue="@null"
             app:argType="string"
             app:nullable="true"
-            android:defaultValue="@null"/>
+            />
     </fragment>
     <fragment
         android:id="@+id/newTransactionSavingFragment"
         android:name="net.ktnx.mobileledger.ui.NewTransactionSavingFragment"
-        android:label="fragment_new_transaction_saving" >
+        android:label="fragment_new_transaction_saving"
+        >
         <action
             android:id="@+id/action_newTransactionSavingFragment_Success"
             app:destination="@id/newTransactionFragment"