2018-01-06 03:48:51 +00:00
|
|
|
<menu
|
2016-07-10 01:42:42 +00:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2018-01-06 03:48:51 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2018-02-07 19:08:22 +00:00
|
|
|
tools:context=".I2PD">
|
2016-07-10 01:42:42 +00:00
|
|
|
<item
|
2018-02-07 19:08:22 +00:00
|
|
|
android:id="@+id/action_graceful_quit"
|
|
|
|
android:title="@string/action_graceful_quit"
|
2016-07-10 01:42:42 +00:00
|
|
|
android:orderInCategory="98"
|
|
|
|
/>
|
|
|
|
<item
|
2018-02-07 19:08:22 +00:00
|
|
|
android:id="@+id/action_quit"
|
|
|
|
android:title="@string/action_quit"
|
2016-07-10 01:42:42 +00:00
|
|
|
android:orderInCategory="99"
|
|
|
|
/>
|
|
|
|
</menu>
|