]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/menu/webview_navigation_menu.xml
Refactor Domains with one activity and two fragments. https://redmine.stoutner.com...
[PrivacyBrowserAndroid.git] / app / src / main / res / menu / webview_navigation_menu.xml
index f8ebc9ffd804c14cf8c21238019c78e74946cfe9..16bdf8f69ad3af80bbbd2c19dd25eda9758c1802 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
@@ -23,7 +23,7 @@
     <item
         android:id="@+id/home"
         android:title="@string/home"
-        android:icon="@drawable/home"
+        android:icon="@drawable/home_enabled_light"
         android:orderInCategory="10" />
 
     <item
@@ -98,7 +98,7 @@
         <item
             android:id="@+id/clearAndExit"
             android:title="@string/clear_and_exit"
-            android:icon="@drawable/exit"
+            android:icon="@drawable/clear_and_exit"
             android:orderInCategory="110" />
     </group>
 </menu>
\ No newline at end of file