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

Matthew Finkel (@sysrqb) gitlab at torproject.org
Fri Jul 9 17:53:41 UTC 2021



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


Commits:
f5382431 by HackerNCoder at 2021-07-07T21:26:00+00:00
Bug 40177: Hide Tor icons in settings

- - - - -
a5664eed by HackerNCoder at 2021-07-08T20:25:25+00:00
fixup! Bug 40177: Hide Tor icons in settings

- - - - -
322cd5aa by Matthew Finkel at 2021-07-09T17:53:12+00:00
Merge remote-tracking branch 'hackerncodergl/bug_40177' into tor-browser-90.0.0b6-11.0-1

- - - - -


1 changed file:

- app/src/main/res/xml/preferences.xml


Changes:

=====================================
app/src/main/res/xml/preferences.xml
=====================================
@@ -97,8 +97,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" />
 
@@ -108,8 +109,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" />
 
@@ -152,8 +154,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" />
 



View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/compare/16dc16f51280f923ac577b3b8f98426ca59f4968...322cd5aa1bd1f795f0d62b28cbb68b1d0c011874

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/compare/16dc16f51280f923ac577b3b8f98426ca59f4968...322cd5aa1bd1f795f0d62b28cbb68b1d0c011874
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20210709/3b8937da/attachment-0001.htm>


More information about the tor-commits mailing list