mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
9 lines
405 B
XML
9 lines
405 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:context="com.geeksville.meshutil.MainActivity" >
|
|
<item android:id="@+id/action_settings"
|
|
android:title="@string/action_settings"
|
|
android:orderInCategory="100"
|
|
app:showAsAction="never" />
|
|
</menu>
|