Added marking log ability.

This commit is contained in:
Ziver Koc 2014-08-12 14:00:56 +02:00
parent c1b2da18d5
commit bd82634b6b
4 changed files with 30 additions and 5 deletions

View file

@ -6,6 +6,11 @@
android:title="@string/action_run"
android:showAsAction="withText|ifRoom" />
<item android:id="@+id/action_mark"
android:title="@string/action_mark"
android:orderInCategory="0"
android:showAsAction="never"
android:enabled="false" />
<item android:id="@+id/action_reset"
android:title="@string/action_reset"
android:orderInCategory="50"

View file

@ -31,5 +31,6 @@
<string name="action_reset">Reset</string>
<string name="pref_screen_on_summ">Keep screen on while execution</string>
<string name="pref_screen_on">Keep Screen On</string>
<string name="action_mark">Add Mark</string>
</resources>