]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/transaction_list_activity.xml
working transaction list retrieval
[mobile-ledger.git] / app / src / main / res / layout / transaction_list_activity.xml
index 1fd9399b83046e0039c44977dd4b3c60472734bd..afb1d2efc745adb89a33f3f87501e0caf7d5d613 100644 (file)
@@ -15,8 +15,7 @@
   ~ along with Mobile-Ledger. If not, see <https://www.gnu.org/licenses/>.
   -->
 
-<android.support.design.widget.CoordinatorLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
+<android.support.design.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.support.design.widget.AppBarLayout>
 
-    <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:tools="http://schemas.android.com/tools"
-        android:id="@+id/container"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        tools:context=".TransactionListActivity" />
+    <include layout="@layout/transaction_list_fragment" />
 </android.support.design.widget.CoordinatorLayout>