Implemented Option Menu

This commit is contained in:
Caesar2011
2018-07-29 14:16:58 +02:00
parent 25f53776ba
commit 8c7c3e20d9
8 changed files with 40 additions and 26 deletions

View File

@@ -2,8 +2,11 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:title="@string/action_settings"
android:id="@+id/refresh"
android:title="@string/refresh"
app:showAsAction="never" />
<item
android:id="@+id/go_to_today"
android:title="@string/go_to_today"
app:showAsAction="never" />
</menu>

View File

@@ -42,4 +42,6 @@
<string name="refresh_failed">Refresh failed...</string>
<string name="share_intent">Hey check out the new KVV app: %s$s</string>
<string name="app_url" translatable="false">https://play.google.com/store/apps/details?id=de.sebse.fuplanner</string>
<string name="refresh">Refresh</string>
<string name="go_to_today">Go to today</string>
</resources>