mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-10-31 09:20:38 +00:00
17 lines
517 B
XML
17 lines
517 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=".I2PDActivity">
|
|
<item
|
|
android:id="@+id/action_graceful_stop"
|
|
android:title="@string/action_graceful_stop"
|
|
android:orderInCategory="98"
|
|
/>
|
|
<item
|
|
android:id="@+id/action_stop"
|
|
android:title="@string/action_stop"
|
|
android:orderInCategory="99"
|
|
/>
|
|
</menu>
|