Skip to content
Snippets Groups Projects
Commit 309b109f authored by clairehurst's avatar clairehurst
Browse files

fixup! Implement Android-native Connection Assist UI

parent 7c1cc539
No related branches found
No related tags found
1 merge request!68bug_41188v2: Improve UI for disabled quickstart
......@@ -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"
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment