
Dan Ballard pushed to branch tor-browser-128.7.0esr-14.5-1 at The Tor Project / Applications / Tor Browser Commits: 7d350cf7 by clairehurst at 2025-02-03T17:50:52+00:00 fixup! [android] Implement Android-native Connection Assist UI tor-browser#43199 - - - - - 2 changed files: - mobile/android/fenix/app/src/main/res/drawable/progress_gradient.xml - mobile/android/fenix/app/src/main/res/values/colors.xml Changes: ===================================== mobile/android/fenix/app/src/main/res/drawable/progress_gradient.xml ===================================== @@ -5,7 +5,7 @@ <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@android:id/background"> <shape> - <solid android:color="?attr/layer2" /> + <solid android:color="@color/progress_background_tint" /> </shape> </item> @@ -15,7 +15,10 @@ <gradient android:angle="0" android:endColor="#00DBDE" - android:startColor="#FC00FF"/> + android:startColor="#FC00FF" /> + <corners + android:bottomRightRadius="3dp" + android:topRightRadius="3dp" /> </shape> </scale> </item> ===================================== mobile/android/fenix/app/src/main/res/values/colors.xml ===================================== @@ -382,4 +382,5 @@ <color name="connect_button_purple">#9059FF</color> <color name="configure_connection_button_white">#E1E0E7</color> <color name="warning_yellow">#FFA436</color> + <color name="progress_background_tint">#55148C</color> </resources> View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7d350cf7... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7d350cf7... You're receiving this email because of your account on gitlab.torproject.org.