mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-08 01:10:40 +00: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>
|