]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/fragment_new_transaction.xml
shuffle some classes under proper packages
[mobile-ledger.git] / app / src / main / res / layout / fragment_new_transaction.xml
index 73e58459b01ce141237da8694caab028139135a6..3473b1bd8d35db406fab690307be99e84236f5e8 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  ~ Copyright © 2019 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
@@ -24,7 +24,8 @@
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         android:animateLayoutChanges="true"
-        tools:context="net.ktnx.mobileledger.ui.activity.NewTransactionActivity">
+        tools:context="net.ktnx.mobileledger.ui.new_transaction.NewTransactionActivity"
+        >
 
         <ProgressBar
             android:id="@+id/progressBar"
@@ -67,7 +68,7 @@
         android:padding="@dimen/fab_margin"
         android:tint="?android:attr/colorBackground"
         android:visibility="visible"
-        app:backgroundTint="?colorAccent"
+        app:backgroundTint="?colorSecondary"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"
         app:srcCompat="@drawable/ic_save_white_24dp" />