mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
move admin messages to nodes tab
This commit is contained in:
parent
a60013e2dd
commit
b401c8bac3
9 changed files with 189 additions and 116 deletions
26
app/src/main/res/menu/menu_nodes.xml
Normal file
26
app/src/main/res/menu/menu_nodes.xml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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/direct_message"
|
||||
android:title="@string/direct_message"
|
||||
app:showAsAction="withText" />
|
||||
<group android:id="@+id/group_admin">
|
||||
<item
|
||||
android:id="@+id/reboot"
|
||||
android:title="@string/reboot"
|
||||
app:showAsAction="withText" />
|
||||
<item
|
||||
android:id="@+id/shutdown"
|
||||
android:title="@string/shutdown"
|
||||
app:showAsAction="withText" />
|
||||
<item
|
||||
android:id="@+id/factory_reset"
|
||||
android:title="@string/factory_reset"
|
||||
app:showAsAction="withText" />
|
||||
<item
|
||||
android:id="@+id/nodedb_reset"
|
||||
android:title="@string/nodedb_reset"
|
||||
app:showAsAction="withText" />
|
||||
</group>
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue