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
-
a5664eed
by HackerNCoder at 2021-07-08T20:25:25+00:00
-
322cd5aa
by Matthew Finkel at 2021-07-09T17:53:12+00:00
1 changed file:
Changes:
... | ... | @@ -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 |
|