X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=4957727ce100643c1ffe067d966a12902c1470d3;hp=4f3b1ff10b6fa2736210b72b6d7ce220b6a9b2c9;hb=a156c3942ca31a1afca3271245cc2bda7ed5aed8;hpb=8142ac5fc2489de735de4b6fa21a1eae733ccfce diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 4f3b1ff1..4957727c 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -18,7 +18,9 @@ You should have received a copy of the GNU General Public License along with Privacy Browser Android. If not, see . --> - + + @@ -30,7 +32,7 @@ android:defaultValue="false" /> @@ -49,20 +51,26 @@ android:defaultValue="false" /> + android:icon="@drawable/user_agent" /> + + @@ -128,21 +136,15 @@ android:title="@string/url_modification" > - - @@ -156,7 +158,7 @@ android:entries="@array/search_entries" android:entryValues="@array/search_entry_values" android:defaultValue="@string/search_default_value" - android:icon="?attr/searchIcon" /> + android:icon="@drawable/search" /> @@ -230,8 +232,8 @@ android:defaultValue="true" /> @@ -251,15 +253,15 @@ android:title="@string/homepage" android:defaultValue="@string/homepage_default_value" android:inputType="textUri" - android:icon="?attr/homepageIcon" /> + android:icon="@drawable/home" /> + android:icon="@drawable/font_size" /> @@ -303,23 +305,23 @@ android:entries="@array/app_theme_entries" android:entryValues="@array/app_theme_entry_values" android:defaultValue="@string/app_theme_default_value" - android:icon="?attr/appThemeIcon" /> + android:icon="@drawable/app_theme" />