Rev 15 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8 | PointedEar | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <menu xmlns:android="http://schemas.android.com/apk/res/android"> |
||
3 | <!-- android:icon="@drawable/ic_new_game" --> |
||
4 | |||
5 | <item android:id="@+id/item_options_update" |
||
13 | PointedEar | 6 | android:title="@string/caption_update" /> |
8 | PointedEar | 7 | |
8 | <!-- android:icon="@drawable/ic_quit" --> |
||
16 | PointedEar | 9 | <item android:id="@+id/item_options_quit" |
8 | PointedEar | 10 | android:title="@string/option_quit" /> |
11 | </menu> |