Subversion Repositories ES

Rev

Rev 13 | Rev 16 | 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" -->          
15 PointedEar 9
<!-- 
8 PointedEar 10
    <item android:id="@+id/quit"
11
          android:title="@string/option_quit" />
15 PointedEar 12
 -->          
8 PointedEar 13
</menu>