Added marking log ability.
This commit is contained in:
parent
c1b2da18d5
commit
bd82634b6b
4 changed files with 30 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue