X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fmenu%2Fwebview_navigation_menu.xml;h=fac6f0b489614c97cf56db076c163c5b4cb858b6;hb=d4f39c36beb5e6c3568a1e075274ad66defd8e8e;hp=de2c0a5d3abc901c7bfdcb37d76bdf206efcb5d9;hpb=eb1e349d876e09e2b82e4eb9d6dc199147e1cde5;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/menu/webview_navigation_menu.xml b/app/src/main/res/menu/webview_navigation_menu.xml index de2c0a5d..fac6f0b4 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_day" + android:orderInCategory="70" /> + android:icon="@drawable/downloads_enabled_day" + 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" + 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