[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! Modify UI/UX



Title: GitLab

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

Commits:

  • d7c5b2e1
    by clairehurst at 2023-11-16T17:43:10+00:00
    fixup! Modify UI/UX
    

8 changed files:

Changes:

  • fenix/app/src/release/res/drawable-v24/ic_launcher_foreground.xml deleted
    1
    -<vector xmlns:android="http://schemas.android.com/apk/res/android"
    
    2
    -    xmlns:aapt="http://schemas.android.com/aapt"
    
    3
    -    android:width="108dp"
    
    4
    -    android:height="108dp"
    
    5
    -    android:viewportWidth="432"
    
    6
    -    android:viewportHeight="432">
    
    7
    -  <group android:scaleX="0.6439024"
    
    8
    -      android:scaleY="0.6439024"
    
    9
    -      android:translateX="76.917076"
    
    10
    -      android:translateY="76.917076">
    
    11
    -    <path
    
    12
    -        android:pathData="M216,380C306.58,380 380,306.58 380,216C380,125.43 306.58,52 216,52C125.43,52 52,125.43 52,216C52,306.58 125.43,380 216,380Z">
    
    13
    -      <aapt:attr name="android:fillColor">
    
    14
    -        <gradient 
    
    15
    -            android:startX="216"
    
    16
    -            android:startY="380"
    
    17
    -            android:endX="216"
    
    18
    -            android:endY="52"
    
    19
    -            android:type="linear">
    
    20
    -          <item android:offset="0.33" android:color="#FF730BDA"/>
    
    21
    -          <item android:offset="1" android:color="#FFB83DF5"/>
    
    22
    -        </gradient>
    
    23
    -      </aapt:attr>
    
    24
    -    </path>
    
    25
    -    <path
    
    26
    -        android:pathData="M216,81.47C290.3,81.47 350.53,141.7 350.53,216C350.53,290.3 290.3,350.53 216,350.53V330.03C278.98,330.03 330.03,278.98 330.03,216C330.03,153.02 278.98,101.97 216,101.97V81.47Z"
    
    27
    -        android:fillColor="#EACCFF"/>
    
    28
    -    <path
    
    29
    -        android:pathData="M216,131.76C262.53,131.76 300.24,169.47 300.24,216C300.24,262.53 262.53,300.24 216,300.24V279.74C251.2,279.74 279.74,251.2 279.74,216C279.74,180.8 251.2,152.26 216,152.26V131.76Z"
    
    30
    -        android:fillColor="#EACCFF"/>
    
    31
    -    <path
    
    32
    -        android:pathData="M216,181.09C235.28,181.09 250.91,196.72 250.91,216C250.91,235.28 235.28,250.91 216,250.91V181.09Z"
    
    33
    -        android:fillColor="#EACCFF"/>
    
    34
    -    <path
    
    35
    -        android:pathData="M216,52C133.92,52 67.38,118.83 67.38,201.27C67.38,283.7 133.92,350.53 216,350.53V52Z"
    
    36
    -        android:fillColor="#BE6EF7"
    
    37
    -        android:fillAlpha="0.4"/>
    
    38
    -    <path
    
    39
    -        android:pathData="M216,52C275.91,52 328.32,84.12 356.94,132.09V201.27C357.33,283.7 293.84,350.53 216,350.53L216,52Z">
    
    40
    -      <aapt:attr name="android:fillColor">
    
    41
    -        <gradient 
    
    42
    -            android:startX="216"
    
    43
    -            android:startY="201.27"
    
    44
    -            android:endX="356.94"
    
    45
    -            android:endY="201.27"
    
    46
    -            android:type="linear">
    
    47
    -          <item android:offset="0" android:color="#66550080"/>
    
    48
    -          <item android:offset="0.17" android:color="#66550080"/>
    
    49
    -          <item android:offset="0.33" android:color="#33550080"/>
    
    50
    -          <item android:offset="0.5" android:color="#00550080"/>
    
    51
    -        </gradient>
    
    52
    -      </aapt:attr>
    
    53
    -    </path>
    
    54
    -  </group>
    
    55
    -</vector>

  • fenix/app/src/release/res/mipmap-anydpi-v26/ic_launcher.xml
    1 1
     <?xml version="1.0" encoding="utf-8"?>
    
    2 2
     <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    
    3 3
         <background android:drawable="@drawable/ic_launcher_background"/>
    
    4
    -    <foreground android:drawable="@drawable/ic_launcher_foreground"/>
    
    4
    +    <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
    
    5 5
         <monochrome android:drawable="@drawable/ic_launcher_monochrome_foreground" />
    
    6
    -
    
    7 6
     </adaptive-icon>

  • fenix/app/src/release/res/mipmap-anydpi-v26/ic_launcher_round.xml
    1 1
     <?xml version="1.0" encoding="utf-8"?>
    
    2 2
     <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    
    3 3
         <background android:drawable="@drawable/ic_launcher_background"/>
    
    4
    -    <foreground android:drawable="@drawable/ic_launcher_foreground"/>
    
    4
    +    <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
    
    5 5
     </adaptive-icon>
    \ No newline at end of file

  • fenix/app/src/release/res/mipmap-hdpi/ic_launcher_foreground.webp
    No preview for this file type
  • fenix/app/src/release/res/mipmap-mdpi/ic_launcher_foreground.webp
    No preview for this file type
  • fenix/app/src/release/res/mipmap-xhdpi/ic_launcher_foreground.webp
    No preview for this file type
  • fenix/app/src/release/res/mipmap-xxhdpi/ic_launcher_foreground.webp
    No preview for this file type
  • fenix/app/src/release/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
    No preview for this file type
  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits