]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/menu/webview_navigation_menu_top_appbar.xml
Combine drawable files. https://redmine.stoutner.com/issues/794
[PrivacyBrowserAndroid.git] / app / src / main / res / menu / webview_navigation_menu_top_appbar.xml
index cfb10c79e1f3f6051b16a3d5e86e881d25850feb..ff5debf08c8d678a11cdc008947d9d9e7aa1943e 100644 (file)
@@ -1,29 +1,29 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2016-2021 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2022 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
-  Privacy Browser is free software: you can redistribute it and/or modify
+  Privacy Browser Android is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation, either version 3 of the License, or
   (at your option) any later version.
 
-  Privacy Browser is distributed in the hope that it will be useful,
+  Privacy Browser Android is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
-  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
+  along with Privacy Browser Android.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <menu xmlns:android="http://schemas.android.com/apk/res/android" >
 
     <item
         android:id="@+id/clear_and_exit"
         android:title="@string/clear_and_exit"
-        android:icon="@drawable/download_with_external_app_enabled_day"
+        android:icon="@drawable/download_with_external_app_enabled"
         android:orderInCategory="10" />
 
     <!-- If a group has an id, a line is drawn above it in the navigation view. -->
@@ -31,7 +31,7 @@
         <item
             android:id="@+id/home"
             android:title="@string/home"
-            android:icon="@drawable/home_enabled_day"
+            android:icon="@drawable/home"
             android:orderInCategory="20" />
 
         <item
@@ -55,7 +55,7 @@
         <item
             android:id="@+id/open"
             android:title="@string/open"
-            android:icon="@drawable/proxy_enabled_day"
+            android:icon="@drawable/proxy_enabled"
             android:orderInCategory="60" />
     </group>
 
         <item
             android:id="@+id/requests"
             android:title="@string/requests"
-            android:icon="@drawable/block_ads_enabled_day"
+            android:icon="@drawable/block_ads_enabled"
             android:orderInCategory="70" />
 
         <item
             android:id="@+id/downloads"
             android:title="@string/downloads"
-            android:icon="@drawable/downloads_enabled_day"
+            android:icon="@drawable/download"
             android:orderInCategory="80" />
     </group>
 
@@ -79,7 +79,7 @@
         <item
             android:id="@+id/domains"
             android:title="@string/domains"
-            android:icon="@drawable/domains_day"
+            android:icon="@drawable/domains"
             android:orderInCategory="90" />
 
         <item
@@ -97,7 +97,7 @@
         <item
             android:id="@+id/logcat"
             android:title="@string/logcat"
-            android:icon="@drawable/bug"
+            android:icon="@drawable/clear_logcat_enabled"
             android:orderInCategory="120" />
     </group>
 
         <item
             android:id="@+id/about"
             android:title="@string/about"
-            android:icon="@drawable/about_day"
+            android:icon="@drawable/about"
             android:orderInCategory="140" />
     </group>
 </menu>
\ No newline at end of file