diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-11 05:02:18 +0100 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-11 05:02:18 +0100 |
| commit | fd7210e1bbd83161c0df9f5eb8327ecd2a83b372 (patch) | |
| tree | 39c147f5c1f5a724b448bc65193155e3bdf41605 /app/src/main/res/menu/level.xml | |
| parent | 90aac9c765ecf8782f30179173e8f4c904c7f98b (diff) | |
Code2: V1.0.1
Magnetic Sensors
No Activity Restart
(Menu Still on first Create in Systemlanguage)
Diffstat (limited to 'app/src/main/res/menu/level.xml')
| -rw-r--r-- | app/src/main/res/menu/level.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/main/res/menu/level.xml b/app/src/main/res/menu/level.xml index bdc368f..f526d76 100644 --- a/app/src/main/res/menu/level.xml +++ b/app/src/main/res/menu/level.xml @@ -15,7 +15,11 @@ android:orderInCategory="2" android:showAsAction="collapseActionView" android:title="@string/action_record"/> - + <item + android:id="@+id/action_record_off" + android:orderInCategory="2" + android:showAsAction="collapseActionView" + android:title="@string/action_record_off"/> <item android:id="@+id/action_changelang" android:title="@string/action_lang" android:orderInCategory="1" |
