mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
11 lines
359 B
XML
11 lines
359 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/action_logout"
|
|
android:title="@string/LogoutWord"
|
|
app:actionLayout="@layout/button_logout_layout"
|
|
app:showAsAction="always"/>
|
|
|
|
</menu> |