[tbb-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Implement Android-native Connection Assist UI
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Mon Feb 26 10:25:40 UTC 2024
Pier Angelo Vendrame pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / Applications / firefox-android
Commits:
309b109f by clairehurst at 2024-02-22T14:13:24-07:00
fixup! Implement Android-native Connection Assist UI
- - - - -
1 changed file:
- fenix/app/src/main/res/layout/fragment_tor_connection_assist.xml
Changes:
=====================================
fenix/app/src/main/res/layout/fragment_tor_connection_assist.xml
=====================================
@@ -78,14 +78,14 @@
android:layout_marginStart="24dp"
android:layout_marginTop="24dp"
android:text="@string/connection_assist_always_connect_automatically_toggle_description"
- android:textColor="#FBFBFE"
+ android:textColor="#80FBFBFE"
android:textSize="14sp"
app:layout_constraintBottom_toBottomOf="@+id/quickstart_switch"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/quickstart_switch"
app:layout_constraintVertical_bias="1.25" />
- <com.google.android.material.switchmaterial.SwitchMaterial
+ <androidx.appcompat.widget.SwitchCompat
android:id="@+id/quickstart_switch"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -94,6 +94,7 @@
android:layout_marginBottom="24dp"
android:enabled="false"
android:gravity="center"
+ app:thumbTint="#7D6298"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/connect_to_tor_description"
app:layout_goneMarginEnd="6dp"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/309b109f347bbdb69ccf896210b6e6221467e5d8
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/309b109f347bbdb69ccf896210b6e6221467e5d8
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/tbb-commits/attachments/20240226/726e789d/attachment-0001.htm>
More information about the tbb-commits
mailing list