]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/drawer.xml
major refactor, make account summary and transaction list fragments, part of the...
[mobile-ledger.git] / app / src / main / res / layout / drawer.xml
index ac52cd69e6469793e3636651b427551ab1cac0f5..e2b35cdf221cce725c7e837e44d22be8286efa45 100644 (file)
                     android:id="@+id/nav_account_summary"
                     style="@style/nav_button"
                     android:drawableStart="@drawable/ic_home_black_24dp"
+                    android:onClick="onAccountSummaryClicked"
                     android:text="@string/account_summary_title" />
 
                 <TextView
                     android:id="@+id/nav_latest_transactions"
                     style="@style/nav_button"
                     android:drawableStart="@drawable/ic_event_note_black_24dp"
+                    android:onClick="onLatestTransactionsClicked"
                     android:text="@string/nav_latest_transactions_title" />
 
                 <TextView