]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/menu/webview_navigation_menu.xml
Update the Clear and Exit icon. Implements https://redmine.stoutner.com/issues/146.
[PrivacyBrowserAndroid.git] / app / src / main / res / menu / webview_navigation_menu.xml
index d33c0e0df3106a813f8157e20270f2b8f4dca8e2..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
@@ -69,8 +69,6 @@
             android:icon="@drawable/settings"
             android:orderInCategory="70" />
 
-        <!--
-
         <item
             android:id="@+id/domains"
             android:title="@string/domains"
@@ -78,9 +76,9 @@
             android:orderInCategory="80" />
     </group>
 
-    <!- If a group has an id, a line is drawn above it in the navigation view. -
+    <!-- If a group has an id, a line is drawn above it in the navigation view. -->
     <group
-        android:id="@+id/navigationGroup3" > -->
+        android:id="@+id/navigationGroup3" >
         <item
             android:id="@+id/guide"
             android:title="@string/guide"
         <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