blob: c2969938f9be45ca7ff861c621da70731dfdb20b (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:compat="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_exit"
android:title="@string/menu.exit"/>
</menu>
|