[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

Dan Ballard pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / Applications / firefox-android

Commits:

  • ef43762d
    by clairehurst at 2024-04-17T21:46:35+00:00
    fixup! Implement Android-native Connection Assist UI
    

1 changed file:

Changes:

  • fenix/app/src/main/res/layout/fragment_tor_connection_assist.xml
    ... ... @@ -81,7 +81,7 @@
    81 81
             android:layout_marginTop="24dp"
    
    82 82
             android:paddingHorizontal="24dp"
    
    83 83
             android:text="@string/connection_assist_tor_connect_title"
    
    84
    -        android:textColor="#FBFBFE"
    
    84
    +        android:textColor="@color/photonLightGrey05"
    
    85 85
             android:textSize="22sp"
    
    86 86
             app:layout_constraintTop_toBottomOf="@id/tor_connect_image" />
    
    87 87
     
    
    ... ... @@ -93,7 +93,7 @@
    93 93
             android:paddingHorizontal="24dp"
    
    94 94
             android:paddingVertical="16dp"
    
    95 95
             android:text="@string/preferences_tor_network_settings_explanation"
    
    96
    -        android:textColor="#FBFBFE"
    
    96
    +        android:textColor="@color/photonLightGrey05"
    
    97 97
             android:textSize="14sp"
    
    98 98
             app:layout_constraintTop_toBottomOf="@id/title_large_text_view" />
    
    99 99
     
    
    ... ... @@ -104,7 +104,7 @@
    104 104
             android:paddingHorizontal="24dp"
    
    105 105
             android:paddingVertical="8dp"
    
    106 106
             android:text="@string/connection_assist_always_connect_automatically_toggle_description"
    
    107
    -        android:textColor="#FBFBFE"
    
    107
    +        android:textColor="@color/photonLightGrey05"
    
    108 108
             app:layout_constraintTop_toBottomOf="@id/title_description" />
    
    109 109
     
    
    110 110
         <TextView
    
    ... ... @@ -114,7 +114,7 @@
    114 114
             android:paddingHorizontal="24dp"
    
    115 115
             android:layout_marginTop="24dp"
    
    116 116
             android:text="@string/connection_assist_unblock_the_internet_in_country_or_region"
    
    117
    -        android:textColor="#FBFBFE"
    
    117
    +        android:textColor="@color/photonLightGrey05"
    
    118 118
             android:visibility="gone"
    
    119 119
             app:layout_constraintTop_toBottomOf="@id/title_description" />
    
    120 120
     
    
    ... ... @@ -126,7 +126,7 @@
    126 126
             android:layout_marginStart="24dp"
    
    127 127
             android:layout_marginTop="8dp"
    
    128 128
             android:layout_marginEnd="24dp"
    
    129
    -        android:textColor="#FBFBFE"
    
    129
    +        android:textColor="@color/photonLightGrey05"
    
    130 130
             android:tooltipText="@string/connection_assist_share_my_location_country_or_region"
    
    131 131
             android:visibility="gone"
    
    132 132
             app:layout_constraintEnd_toEndOf="parent"
    
    ... ... @@ -158,7 +158,7 @@
    158 158
             android:minWidth="360dp"
    
    159 159
             android:text="@string/tor_bootstrap_connect"
    
    160 160
             android:textAllCaps="false"
    
    161
    -        android:textColor="#FBFBFE"
    
    161
    +        android:textColor="@color/photonLightGrey05"
    
    162 162
             android:textSize="14sp"
    
    163 163
             android:textStyle="bold"
    
    164 164
             app:layout_constraintBottom_toTopOf="@id/tor_bootstrap_button_2"
    
    ... ... @@ -177,7 +177,7 @@
    177 177
             android:minWidth="360dp"
    
    178 178
             android:text="@string/connection_assist_configure_connection_button"
    
    179 179
             android:textAllCaps="false"
    
    180
    -        android:textColor="#15141A"
    
    180
    +        android:textColor="@color/photonDarkGrey90"
    
    181 181
             android:textSize="14sp"
    
    182 182
             android:textStyle="bold"
    
    183 183
             app:layout_constraintBottom_toBottomOf="parent"
    

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