X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fmenu%2Fwebview_navigation_menu.xml;h=04cae079bdb5ba559cb2ce8cca9528d080d3ce8e;hp=756013c3ae2200cdc54382da99202bd6ee7421f8;hb=ba4a1c032dbffde044b70c804f9d3c1f1ba7b939;hpb=c6907b02eb70e1a4bde274e66101f9f54f77a660 diff --git a/app/src/main/res/menu/webview_navigation_menu.xml b/app/src/main/res/menu/webview_navigation_menu.xml index 756013c3..04cae079 100644 --- a/app/src/main/res/menu/webview_navigation_menu.xml +++ b/app/src/main/res/menu/webview_navigation_menu.xml @@ -1,7 +1,7 @@ + - + + + + + + + + + + + android:id="@+id/features_group" > + + android:id="@+id/requests" + android:title="@string/requests" + android:icon="@drawable/block_ads_enabled_light" + android:orderInCategory="70" /> + android:icon="@drawable/downloads_enabled_light" + android:orderInCategory="80" /> + + android:id="@+id/settings_group" > + + + + android:orderInCategory="100" /> + android:id="@+id/import_export" + android:title="@string/import_export" + android:icon="@drawable/import_export_light" + android:orderInCategory="110" /> + android:id="@+id/logcat" + android:title="@string/logcat" + android:icon="@drawable/bug" + android:orderInCategory="120" /> + android:id="@+id/info_group" > + + android:id="@+id/guide" + android:title="@string/guide" + android:icon="@drawable/guide" + android:orderInCategory="130" /> + + \ No newline at end of file