]> 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 b5ce2a8dd25fc0b211127788b761bd0a3921cbe6..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">
 
         <androidx.recyclerview.widget.RecyclerView
+            android:orientation="vertical"
             android:id="@+id/new_transaction_accounts"
             android:layout_width="0dp"
             android:layout_height="0dp"