Loading app/src/main/res/xml/preferences.xml +6 −3 Original line number Diff line number Diff line Loading @@ -98,8 +98,9 @@ android:title="@string/preferences_category_privacy_security" android:layout="@layout/preference_category_no_icon_style"> <!--android:icon="@drawable/ic_tracking_protection_enabled"--> <androidx.preference.Preference android:icon="@drawable/ic_tracking_protection_enabled" app:iconSpaceReserved="false" android:key="@string/pref_key_tor_security_level_settings" android:title="@string/preferences_tor_security_level_settings" /> Loading @@ -109,8 +110,9 @@ app:isPreferenceVisible="false" android:title="@string/preferences_private_browsing_options" /> <!--android:icon="@drawable/ic_tor_network_settings"--> <androidx.preference.Preference android:icon="@drawable/ic_tor_network_settings" app:iconSpaceReserved="false" android:key="@string/pref_key_tor_network_settings" android:title="@string/preferences_tor_network_settings" /> Loading Loading @@ -153,8 +155,9 @@ android:key="@string/pref_key_advanced" android:layout="@layout/preference_category_no_icon_style"> <!--android:icon="@drawable/ic_screenshot"--> <SwitchPreference android:icon="@drawable/ic_screenshot" app:iconSpaceReserved="false" android:key="@string/pref_key_allow_screenshots_in_private_mode" android:title="@string/preferences_allow_screenshots" /> Loading Loading
app/src/main/res/xml/preferences.xml +6 −3 Original line number Diff line number Diff line Loading @@ -98,8 +98,9 @@ android:title="@string/preferences_category_privacy_security" android:layout="@layout/preference_category_no_icon_style"> <!--android:icon="@drawable/ic_tracking_protection_enabled"--> <androidx.preference.Preference android:icon="@drawable/ic_tracking_protection_enabled" app:iconSpaceReserved="false" android:key="@string/pref_key_tor_security_level_settings" android:title="@string/preferences_tor_security_level_settings" /> Loading @@ -109,8 +110,9 @@ app:isPreferenceVisible="false" android:title="@string/preferences_private_browsing_options" /> <!--android:icon="@drawable/ic_tor_network_settings"--> <androidx.preference.Preference android:icon="@drawable/ic_tor_network_settings" app:iconSpaceReserved="false" android:key="@string/pref_key_tor_network_settings" android:title="@string/preferences_tor_network_settings" /> Loading Loading @@ -153,8 +155,9 @@ android:key="@string/pref_key_advanced" android:layout="@layout/preference_category_no_icon_style"> <!--android:icon="@drawable/ic_screenshot"--> <SwitchPreference android:icon="@drawable/ic_screenshot" app:iconSpaceReserved="false" android:key="@string/pref_key_allow_screenshots_in_private_mode" android:title="@string/preferences_allow_screenshots" /> Loading