]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/app_bar_latest_transactions.xml
home is account summary, latest transactions is a new item
[mobile-ledger.git] / app / src / main / res / layout / app_bar_latest_transactions.xml
index 45daa4e2ee5c4b75d6f2bd7cb84b24a202ee9683..05591be85f231911526653657b7756fc6a9834a2 100644 (file)
@@ -4,7 +4,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    tools:context=".LatestTransactions">
+    tools:context=".AccountSummary">
 
     <android.support.design.widget.AppBarLayout
         android:layout_width="match_parent"
@@ -20,7 +20,7 @@
 
     </android.support.design.widget.AppBarLayout>
 
-    <include layout="@layout/content_latest_transactions" />
+    <include layout="@layout/content_account_summary" />
 
     <android.support.design.widget.FloatingActionButton
         android:id="@+id/btn_add_transaction"