[tbb-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Modify UI/UX
Dan Ballard (@dan)
git at gitlab.torproject.org
Thu Nov 16 17:43:29 UTC 2023
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:
- − fenix/app/src/release/res/drawable-v24/ic_launcher_foreground.xml
- fenix/app/src/release/res/mipmap-anydpi-v26/ic_launcher.xml
- fenix/app/src/release/res/mipmap-anydpi-v26/ic_launcher_round.xml
- + fenix/app/src/release/res/mipmap-hdpi/ic_launcher_foreground.webp
- + fenix/app/src/release/res/mipmap-mdpi/ic_launcher_foreground.webp
- + fenix/app/src/release/res/mipmap-xhdpi/ic_launcher_foreground.webp
- + fenix/app/src/release/res/mipmap-xxhdpi/ic_launcher_foreground.webp
- + fenix/app/src/release/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
Changes:
=====================================
fenix/app/src/release/res/drawable-v24/ic_launcher_foreground.xml deleted
=====================================
@@ -1,55 +0,0 @@
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:aapt="http://schemas.android.com/aapt"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="432"
- android:viewportHeight="432">
- <group android:scaleX="0.6439024"
- android:scaleY="0.6439024"
- android:translateX="76.917076"
- android:translateY="76.917076">
- <path
- 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">
- <aapt:attr name="android:fillColor">
- <gradient
- android:startX="216"
- android:startY="380"
- android:endX="216"
- android:endY="52"
- android:type="linear">
- <item android:offset="0.33" android:color="#FF730BDA"/>
- <item android:offset="1" android:color="#FFB83DF5"/>
- </gradient>
- </aapt:attr>
- </path>
- <path
- 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"
- android:fillColor="#EACCFF"/>
- <path
- 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"
- android:fillColor="#EACCFF"/>
- <path
- 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"
- android:fillColor="#EACCFF"/>
- <path
- android:pathData="M216,52C133.92,52 67.38,118.83 67.38,201.27C67.38,283.7 133.92,350.53 216,350.53V52Z"
- android:fillColor="#BE6EF7"
- android:fillAlpha="0.4"/>
- <path
- 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">
- <aapt:attr name="android:fillColor">
- <gradient
- android:startX="216"
- android:startY="201.27"
- android:endX="356.94"
- android:endY="201.27"
- android:type="linear">
- <item android:offset="0" android:color="#66550080"/>
- <item android:offset="0.17" android:color="#66550080"/>
- <item android:offset="0.33" android:color="#33550080"/>
- <item android:offset="0.5" android:color="#00550080"/>
- </gradient>
- </aapt:attr>
- </path>
- </group>
-</vector>
=====================================
fenix/app/src/release/res/mipmap-anydpi-v26/ic_launcher.xml
=====================================
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
- <foreground android:drawable="@drawable/ic_launcher_foreground"/>
+ <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome_foreground" />
-
</adaptive-icon>
=====================================
fenix/app/src/release/res/mipmap-anydpi-v26/ic_launcher_round.xml
=====================================
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
- <foreground android:drawable="@drawable/ic_launcher_foreground"/>
+ <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
\ No newline at end of file
=====================================
fenix/app/src/release/res/mipmap-hdpi/ic_launcher_foreground.webp
=====================================
Binary files /dev/null and b/fenix/app/src/release/res/mipmap-hdpi/ic_launcher_foreground.webp differ
=====================================
fenix/app/src/release/res/mipmap-mdpi/ic_launcher_foreground.webp
=====================================
Binary files /dev/null and b/fenix/app/src/release/res/mipmap-mdpi/ic_launcher_foreground.webp differ
=====================================
fenix/app/src/release/res/mipmap-xhdpi/ic_launcher_foreground.webp
=====================================
Binary files /dev/null and b/fenix/app/src/release/res/mipmap-xhdpi/ic_launcher_foreground.webp differ
=====================================
fenix/app/src/release/res/mipmap-xxhdpi/ic_launcher_foreground.webp
=====================================
Binary files /dev/null and b/fenix/app/src/release/res/mipmap-xxhdpi/ic_launcher_foreground.webp differ
=====================================
fenix/app/src/release/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
=====================================
Binary files /dev/null and b/fenix/app/src/release/res/mipmap-xxxhdpi/ic_launcher_foreground.webp differ
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/d7c5b2e1ed48921e0281a6ea35364f0d6baaa1be
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/d7c5b2e1ed48921e0281a6ea35364f0d6baaa1be
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20231116/ee5ffae0/attachment-0001.htm>
More information about the tbb-commits
mailing list