Pier Angelo Vendrame pushed to branch tor-browser-102.2.1-11.5-1 at The Tor Project / Applications / fenix

Commits:

3 changed files:

Changes:

  • app/src/main/res/drawable/ic_yec22_bg_combined_android_3x.png deleted
    No preview for this file type
  • app/src/main/res/drawable/ic_yec22_bg_combined_android_edit_2x.png
    No preview for this file type
  • app/src/main/res/layout/fragment_home.xml
    ... ... @@ -141,10 +141,10 @@
    141 141
                         android:layout_width="match_parent"
    
    142 142
                         android:layout_height="wrap_content"
    
    143 143
                         android:scaleType="fitCenter"
    
    144
    -                    android:paddingTop="10dp"
    
    144
    +                    android:paddingTop="0dp"
    
    145 145
                         android:adjustViewBounds="true"
    
    146 146
                         app:layout_scrollFlags="scroll"
    
    147
    -                    app:srcCompat="@drawable/ic_yec22_bg_combined_android_3x"
    
    147
    +                    app:srcCompat="@drawable/ic_yec22_bg_combined_android_edit_2x"
    
    148 148
                         tools:ignore="ContentDescription" />
    
    149 149
     
    
    150 150
                         <TextView
    
    ... ... @@ -153,6 +153,7 @@
    153 153
                             android:layout_height="wrap_content"
    
    154 154
                             android:layout_centerHorizontal="true"
    
    155 155
                             android:paddingStart="80dp"
    
    156
    +                        android:layout_marginTop="7dp"
    
    156 157
                             android:clickable="false"
    
    157 158
                             android:focusable="false"
    
    158 159
                             android:fontFamily="@font/spacegrotesk_semibold"
    
    ... ... @@ -160,7 +161,7 @@
    160 161
                             android:rotation="-2.25"
    
    161 162
                             android:text="@string/yec2022_resistance"
    
    162 163
                             android:textColor="#FF8AFF"
    
    163
    -                        android:textSize="33sp"
    
    164
    +                        android:textSize="28sp"
    
    164 165
                             app:layout_scrollFlags="scroll" />
    
    165 166
     
    
    166 167
                         <TextView
    
    ... ... @@ -179,7 +180,7 @@
    179 180
                             android:rotation="-2.25"
    
    180 181
                             android:text="@string/yec2022_change"
    
    181 182
                             android:textColor="#C0FF00"
    
    182
    -                        android:textSize="33sp"
    
    183
    +                        android:textSize="28sp"
    
    183 184
                             app:layout_scrollFlags="scroll" />
    
    184 185
     
    
    185 186
                         <TextView
    
    ... ... @@ -198,7 +199,7 @@
    198 199
                             android:rotation="-2.25"
    
    199 200
                             android:text="@string/yec2022_freedom"
    
    200 201
                             android:textColor="#FF8AFF"
    
    201
    -                        android:textSize="33sp"
    
    202
    +                        android:textSize="28sp"
    
    202 203
                             app:layout_scrollFlags="scroll" />
    
    203 204
                 </RelativeLayout>
    
    204 205