blob: 7abe954b63b3b3ff7d4bc94b22509dafd984c645 (
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>
|