]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/preferences.xml
Add icons to the settings activity. Implements https://redmine.stoutner.com/issues...
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / preferences.xml
index 2263b0c4780551667884785b01ace6e9d02fdbf0..194aa4d3dd3307b9fdd8f3925eedb489e3cdd7cf 100644 (file)
         android:title="@string/full_screen">
 
         <SwitchPreference
-            android:key="enable_full_screen_browsing_mode"
-            android:title="@string/enable_full_screen_browsing_mode"
-            android:summary="@string/enable_full_screen_browsing_mode_summary"
+            android:key="full_screen_browsing_mode"
+            android:title="@string/full_screen_browsing_mode"
+            android:summary="@string/full_screen_browsing_mode_summary"
             android:defaultValue="false" />
 
         <SwitchPreference
             android:key="homepage"
             android:title="@string/homepage"
             android:defaultValue="https://duckduckgo.com"
-            android:inputType="textUri" />
+            android:inputType="textUri"
+            android:icon="@drawable/home_enabled" />
 
         <ListPreference
             android:key="default_font_size"