mirror of https://github.com/PurpleI2P/i2pd.git
I2P: End-to-End encrypted and anonymous Internet
https://i2pd.website/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
511 B
17 lines
511 B
8 years ago
|
<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>
|