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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue