mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 05:41:46 +08:00
9 lines
300 B
XML
9 lines
300 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_settings"
|
|
android:icon="@drawable/ic_baseline_settings_24"
|
|
android:title="@string/app_settings"
|
|
app:showAsAction="always|withText" />
|
|
</menu>
|