gecko/embedding/android/resources/layout/gecko_menu.xml

9 lines
230 B
XML
Raw Normal View History

2011-10-11 20:32:23 -07:00
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
2011-10-13 12:22:26 -07:00
2011-10-11 20:32:23 -07:00
<item android:id="@+id/quit"
android:icon="@drawable/quit"
android:title="@string/quit" />
2011-10-13 12:22:26 -07:00
2011-10-11 20:32:23 -07:00
</menu>