]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/navigation/new_transaction_navigation.xml
shuffle some classes under proper packages
[mobile-ledger.git] / app / src / main / res / navigation / new_transaction_navigation.xml
index 734cd71e61680556f55c13f8a60b84c3f8ed00cb..1178f88cac9ca63a6bf944f4b02ad0b87f6948d3 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?><!--
-  ~ Copyright © 2020 Damyan Ivanov.
+  ~ Copyright © 2021 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
@@ -23,7 +23,7 @@
 
     <fragment
         android:id="@+id/newTransactionFragment"
-        android:name="net.ktnx.mobileledger.ui.activity.NewTransactionFragment"
+        android:name="net.ktnx.mobileledger.ui.new_transaction.NewTransactionFragment"
         android:label="NewTransactionFragment"
         >
         <action