[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Implement Android-native Connection Assist UI



Title: GitLab

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:

Changes:

  • fenix/app/src/main/res/layout/fragment_tor_connection_assist.xml
    ... ... @@ -78,14 +78,14 @@
    78 78
             android:layout_marginStart="24dp"
    
    79 79
             android:layout_marginTop="24dp"
    
    80 80
             android:text="@string/connection_assist_always_connect_automatically_toggle_description"
    
    81
    -        android:textColor="#FBFBFE"
    
    81
    +        android:textColor="#80FBFBFE"
    
    82 82
             android:textSize="14sp"
    
    83 83
             app:layout_constraintBottom_toBottomOf="@+id/quickstart_switch"
    
    84 84
             app:layout_constraintStart_toStartOf="parent"
    
    85 85
             app:layout_constraintTop_toTopOf="@+id/quickstart_switch"
    
    86 86
             app:layout_constraintVertical_bias="1.25" />
    
    87 87
     
    
    88
    -    <com.google.android.material.switchmaterial.SwitchMaterial
    
    88
    +    <androidx.appcompat.widget.SwitchCompat
    
    89 89
             android:id="@+id/quickstart_switch"
    
    90 90
             android:layout_width="wrap_content"
    
    91 91
             android:layout_height="wrap_content"
    
    ... ... @@ -94,6 +94,7 @@
    94 94
             android:layout_marginBottom="24dp"
    
    95 95
             android:enabled="false"
    
    96 96
             android:gravity="center"
    
    97
    +        app:thumbTint="#7D6298"
    
    97 98
             app:layout_constraintEnd_toEndOf="parent"
    
    98 99
             app:layout_constraintTop_toBottomOf="@id/connect_to_tor_description"
    
    99 100
             app:layout_goneMarginEnd="6dp"
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits