mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 16:10:33 +03:00
17 lines
511 B
XML
17 lines
511 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=".I2PD">
|
||
|
<item
|
||
|
android:id="@+id/action_graceful_quit"
|
||
|
android:title="@string/action_graceful_quit"
|
||
|
android:orderInCategory="98"
|
||
|
/>
|
||
|
<item
|
||
|
android:id="@+id/action_quit"
|
||
|
android:title="@string/action_quit"
|
||
|
android:orderInCategory="99"
|
||
|
/>
|
||
|
</menu>
|