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.
|
|
|
<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">
|
|
|
|
<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" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_start_webview"
|
|
|
|
android:orderInCategory="97"
|
|
|
|
android:title="@string/action_start_webview" />
|
|
|
|
</group>
|
|
|
|
<group android:id="@+id/group_various" >
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_battery_otimizations"
|
|
|
|
android:title="@string/menu_item_battery_optimizations_str" />
|
|
|
|
</group>
|
|
|
|
</menu>
|