X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fmenu%2Fwebview_options_menu.xml;h=3e89db026360f4be4f8fda917b118a6a35d9b993;hb=c51155ed36754975d2b8673e37e58df6201702b8;hp=d380a060227aa65b0a15f725058c5235da9daf52;hpb=c6907b02eb70e1a4bde274e66101f9f54f77a660;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/menu/webview_options_menu.xml b/app/src/main/res/menu/webview_options_menu.xml index d380a060..3e89db02 100644 --- a/app/src/main/res/menu/webview_options_menu.xml +++ b/app/src/main/res/menu/webview_options_menu.xml @@ -1,96 +1,410 @@ + along with Privacy Browser Android. If not, see . --> + tools:context=".activities.MainWebViewActivity" > + android:orderInCategory="100" + android:icon="@drawable/privacy_mode" + app:showAsAction="ifRoom" /> + + + android:id="@+id/clear_data" + android:title="@string/clear_data" + android:orderInCategory="800" + app:showAsAction="never" > + + + + + + + + + + android:id="@+id/filterlists" + android:title="@string/filterlists" + android:orderInCategory="900" + app:showAsAction="never" > + + + + + + + + + + + + + + + + + + android:id="@+id/proxy" + android:title="@string/proxy" + android:orderInCategory="1000" + app:showAsAction="never" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + android:orderInCategory="1300" + app:showAsAction="never" > - + + + + + + + + + + - + \ No newline at end of file