]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/activity_new_transaction.xml
shuffle some classes under proper packages
[mobile-ledger.git] / app / src / main / res / layout / activity_new_transaction.xml
index 706794f9df81fcda0680c2eb89871b00d2eac007..2461b3be3bc12db39b762a8acbeb016863849305 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
@@ -20,7 +20,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    tools:context=".ui.activity.NewTransactionActivity"
+    tools:context=".ui.new_transaction.NewTransactionActivity"
     >
 
     <androidx.constraintlayout.widget.ConstraintLayout