17 строки
420 B
XML
17 строки
420 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item
|
|
android:id="@+id/status"
|
|
android:title="@string/menu_status"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
<item
|
|
android:id="@+id/info"
|
|
android:title="@string/menu_info"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
</menu>
|