2018-01-06 06:48:51 +03:00
|
|
|
<menu
|
2016-07-10 04:42:42 +03:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2018-01-06 06:48:51 +03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2018-02-07 22:48:51 +03:00
|
|
|
tools:context=".I2PDActivity">
|
2019-08-24 12:50:30 +03:00
|
|
|
<group android:id="@+id/group_i2pd_control" >
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_stop"
|
|
|
|
android:orderInCategory="99"
|
|
|
|
android:title="@string/action_stop" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_graceful_stop"
|
|
|
|
android:orderInCategory="98"
|
|
|
|
android:title="@string/action_graceful_stop" />
|
|
|
|
</group>
|
|
|
|
<group android:id="@+id/group_various" >
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_battery_otimizations"
|
|
|
|
android:title="@string/menu_item_battery_optimizations_str" />
|
|
|
|
</group>
|
2016-07-10 04:42:42 +03:00
|
|
|
</menu>
|