morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits: 2f7553e2 by clairehurst at 2024-08-16T00:01:27+00:00 fixup! [android] Implement Android-native Connection Assist UI
- - - - -
1 changed file:
- mobile/android/fenix/app/src/main/res/layout/fragment_tor_connection_assist.xml
Changes:
===================================== mobile/android/fenix/app/src/main/res/layout/fragment_tor_connection_assist.xml ===================================== @@ -156,6 +156,7 @@ android:backgroundTint="@color/connect_button_purple" android:minWidth="360dp" android:text="@string/tor_bootstrap_connect" + android:textAlignment="center" android:textAllCaps="false" android:textColor="@color/photonLightGrey05" android:textSize="14sp" @@ -175,6 +176,7 @@ android:backgroundTint="@color/configure_connection_button_white" android:minWidth="360dp" android:text="@string/connection_assist_configure_connection_button" + android:textAlignment="center" android:textAllCaps="false" android:textColor="@color/photonDarkGrey90" android:textSize="14sp"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2f7553e2...
tor-commits@lists.torproject.org