mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
15 lines
500 B
XML
15 lines
500 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<item
|
|
android:id="@+id/action_dedicated"
|
|
android:icon="@drawable/ic_baseline_terminal_24"
|
|
android:title="@string/dedicated_server"
|
|
app:showAsAction="always|withText"
|
|
android:visible="false" />
|
|
<item
|
|
android:id="@+id/action_uninstall"
|
|
android:icon="@drawable/ic_baseline_delete_24"
|
|
android:title="@string/uninstall"
|
|
app:showAsAction="always|withText" />
|
|
</menu>
|