[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/fenix][tor-browser-90.0.0b6-11.0-1] 3 commits: Bug 40177: Hide Tor icons in settings



Title: GitLab

Matthew Finkel pushed to branch tor-browser-90.0.0b6-11.0-1 at The Tor Project / Applications / fenix

Commits:

1 changed file:

Changes:

  • app/src/main/res/xml/preferences.xml
    ... ... @@ -97,8 +97,9 @@
    97 97
             android:title="@string/preferences_category_privacy_security"
    
    98 98
             android:layout="@layout/preference_category_no_icon_style">
    
    99 99
     
    
    100
    +	<!--android:icon="@drawable/ic_tracking_protection_enabled"-->
    
    100 101
             <androidx.preference.Preference
    
    101
    -            android:icon="@drawable/ic_tracking_protection_enabled"
    
    102
    +            app:iconSpaceReserved="false"
    
    102 103
                 android:key="@string/pref_key_tor_security_level_settings"
    
    103 104
                 android:title="@string/preferences_tor_security_level_settings" />
    
    104 105
     
    
    ... ... @@ -108,8 +109,9 @@
    108 109
                 app:isPreferenceVisible="false"
    
    109 110
                 android:title="@string/preferences_private_browsing_options" />
    
    110 111
     
    
    112
    +	<!--android:icon="@drawable/ic_tor_network_settings"-->
    
    111 113
             <androidx.preference.Preference
    
    112
    -            android:icon="@drawable/ic_tor_network_settings"
    
    114
    +            app:iconSpaceReserved="false"
    
    113 115
                 android:key="@string/pref_key_tor_network_settings"
    
    114 116
                 android:title="@string/preferences_tor_network_settings" />
    
    115 117
     
    
    ... ... @@ -152,8 +154,9 @@
    152 154
             android:key="@string/pref_key_advanced"
    
    153 155
             android:layout="@layout/preference_category_no_icon_style">
    
    154 156
     
    
    157
    +        <!--android:icon="@drawable/ic_screenshot"-->
    
    155 158
             <SwitchPreference
    
    156
    -            android:icon="@drawable/ic_screenshot"
    
    159
    +            app:iconSpaceReserved="false"
    
    157 160
                 android:key="@string/pref_key_allow_screenshots_in_private_mode"
    
    158 161
                 android:title="@string/preferences_allow_screenshots" />
    
    159 162
     
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits