]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/menu/account_summary.xml
Account summary: menu item for manually refreshing the data
[mobile-ledger.git] / app / src / main / res / menu / account_summary.xml
diff --git a/app/src/main/res/menu/account_summary.xml b/app/src/main/res/menu/account_summary.xml
new file mode 100644 (file)
index 0000000..f416b53
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:app="http://schemas.android.com/apk/res-auto"
+    xmlns:android="http://schemas.android.com/apk/res/android">
+
+    <item
+        android:id="@+id/menu_acc_summary_refresh"
+        android:icon="@drawable/ic_refresh_white_24dp"
+        android:title="@string/menu_acc_summary_refresh_title"
+        android:onClick="onRefreshAccountSummaryClicked"
+        app:showAsAction="ifRoom" />
+</menu>
\ No newline at end of file