mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 11:44:53 +08:00
15 lines
598 B
XML
15 lines
598 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="serial.android.sample.MainActivity" >
|
|
<item android:id="@+id/action_reload"
|
|
android:title="@string/action_reload"
|
|
android:orderInCategory="100"
|
|
app:showAsAction="never" />
|
|
<item android:id="@+id/action_hex"
|
|
android:title="@string/hint_hex_mode"
|
|
android:orderInCategory="99"
|
|
android:checkable="true"
|
|
app:showAsAction="never" />
|
|
</menu>
|