mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 22:22:10 +08:00
10 lines
331 B
XML
10 lines
331 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"
|
|
android:visible="false"
|
|
app:showAsAction="always|withText" />
|
|
</menu>
|