]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/fragment_new_transaction.xml
add progress while retrieving previous transaction
[mobile-ledger.git] / app / src / main / res / layout / fragment_new_transaction.xml
index a2bdb7ebdbb4fbb65f424406a6752df648bc7b5c..5981f8e7fec85a895a0e45093364913a320204a7 100644 (file)
   -->
 <androidx.coordinatorlayout.widget.CoordinatorLayout 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:layout_width="match_parent"
     android:layout_height="match_parent">
 
-    <androidx.constraintlayout.widget.ConstraintLayout xmlns:tools="http://schemas.android.com/tools"
+    <androidx.constraintlayout.widget.ConstraintLayout
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         tools:context="net.ktnx.mobileledger.ui.activity.NewTransactionActivity">