Update icon (#3888)

* Update icon

 - Replace old icon with the new icon
 - Update app primary color to new blue tint
 - Deduplicate resources

* Update feature graphic

* Decouple app icon color from main color
This commit is contained in:
Joris Pelgröm 2023-09-28 23:38:48 +02:00 committed by GitHub
parent b0ad11d04f
commit 4a4cc31b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
98 changed files with 170 additions and 300 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@android:color/holo_red_dark"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<background android:drawable="@android:color/holo_red_dark" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@android:color/holo_red_dark"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
<background android:drawable="@android:color/holo_red_dark" />
<foreground android:drawable="@drawable/ic_launcher_foreground_round" />
<monochrome android:drawable="@drawable/ic_launcher_monochrome_round" />
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 944 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -1,12 +1,20 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="200dp"
android:height="200dp"
android:viewportWidth="200"
android:viewportHeight="200">
<path
android:pathData="M16.4,0L183.6,0A16.4,16.4 0,0 1,200 16.4L200,183.6A16.4,16.4 0,0 1,183.6 200L16.4,200A16.4,16.4 0,0 1,0 183.6L0,16.4A16.4,16.4 0,0 1,16.4 0z"
android:fillColor="#41bdf5"/>
<path
android:pathData="m38.416,165.29v-53.456h-13.901a3.733,3.733 0,0 1,-2.662 -6.35l74.804,-76.084c1.807,-1.838 4.761,-1.863 6.599,-0.056l0.048,0.048 39.04,39.518v-7.319a3.111,3.111 0,0 1,3.111 -3.111h12.964a3.111,3.111 0,0 1,3.112 3.111v26.855l16.627,17.047a3.733,3.733 0,0 1,-2.673 6.34h-13.954v53.456a3.111,3.111 0,0 1,-3.111 3.111h-116.89a3.111,3.111 0,0 1,-3.111 -3.111zM120.972,99.986a6.012,6.012 0,0 0,0.584 -2.594c0,-3.323 -2.684,-6.017 -5.996,-6.017 -3.311,0 -5.996,2.694 -5.996,6.017s2.684,6.018 5.996,6.018c0.926,0 1.802,-0.211 2.585,-0.587l8.607,8.638v8.367l-10.792,10.831v-7.936a6.018,6.018 0,0 0,3.997 -5.675c0,-3.323 -2.684,-6.018 -5.996,-6.018 -3.311,0 -5.996,2.694 -5.996,6.018 0,2.62 1.669,4.849 3.998,5.675v11.947l-9.993,10.029v-58.912l8.208,-8.237a5.954,5.954 0,0 0,2.585 0.586c3.312,0 5.996,-2.694 5.996,-6.018 0,-3.323 -2.684,-6.017 -5.996,-6.017 -3.311,0 -5.996,2.694 -5.996,6.017 0,0.929 0.21,1.809 0.584,2.594l-7.379,7.406 -7.38,-7.406a6.012,6.012 0,0 0,0.584 -2.594c0,-3.323 -2.684,-6.017 -5.996,-6.017 -3.311,0 -5.996,2.694 -5.996,6.017 0,3.324 2.684,6.018 5.996,6.018 0.926,0 1.802,-0.211 2.585,-0.586l8.207,8.237v42.064l-14.39,-14.442v-11.546a6.018,6.018 0,0 0,3.997 -5.675c0,-3.324 -2.684,-6.018 -5.996,-6.018 -3.311,0 -5.996,2.694 -5.996,6.018 0,2.62 1.669,4.849 3.998,5.675v7.535l-11.192,-11.232v-11.145a6.018,6.018 0,0 0,3.997 -5.675c0,-3.323 -2.684,-6.018 -5.996,-6.018 -3.311,0 -5.996,2.694 -5.996,6.018 0,2.62 1.669,4.849 3.998,5.675v12.807l12.363,12.407h-7.108c-0.823,-2.337 -3.044,-4.012 -5.655,-4.012 -3.311,0 -5.996,2.694 -5.996,6.017 0,3.324 2.685,6.018 5.996,6.018 2.611,0 4.832,-1.674 5.655,-4.012h11.105l17.216,17.278v30.03l-9.193,-9.226v-11.546a6.018,6.018 0,0 0,3.997 -5.675c0,-3.323 -2.684,-6.017 -5.996,-6.017 -3.311,0 -5.996,2.694 -5.996,6.017 0,2.62 1.669,4.849 3.998,5.675v7.535l-13.376,-13.423a6.012,6.012 0,0 0,0.584 -2.594c0,-3.323 -2.684,-6.017 -5.996,-6.017 -3.311,0 -5.996,2.694 -5.996,6.017s2.684,6.017 5.996,6.017c0.926,0 1.802,-0.21 2.585,-0.586l13.376,13.424h-7.108c-0.823,-2.337 -3.044,-4.012 -5.655,-4.012 -3.311,0 -5.996,2.694 -5.996,6.018s2.685,6.017 5.996,6.017c2.611,0 4.832,-1.674 5.655,-4.012h11.105l11.192,11.232h5.653l11.592,-11.633h10.705c0.823,2.337 3.044,4.011 5.655,4.011 3.311,0 5.996,-2.694 5.996,-6.017s-2.685,-6.017 -5.996,-6.017c-2.611,0 -4.832,1.674 -5.655,4.012h-12.361l-10.764,10.802v-13.18l12.82,-12.866h20.698c0.823,2.337 3.044,4.012 5.654,4.012 3.312,0 5.996,-2.694 5.996,-6.017 0,-3.324 -2.684,-6.018 -5.996,-6.018 -2.61,0 -4.831,1.674 -5.654,4.012h-16.702l11.963,-12.006v-10.029l8.607,-8.638a5.954,5.954 0,0 0,2.585 0.587c3.311,0 5.996,-2.694 5.996,-6.018s-2.685,-6.017 -5.996,-6.017 -5.996,2.694 -5.996,6.017c0,0.929 0.21,1.809 0.584,2.594l-5.78,5.802v-18.367a6.018,6.018 0,0 0,3.997 -5.675c0,-3.324 -2.684,-6.018 -5.996,-6.018 -3.311,0 -5.996,2.694 -5.996,6.018 0,2.62 1.669,4.849 3.998,5.675v18.366l-5.781,-5.802zM69.192,157.566c-1.324,0 -2.398,-1.078 -2.398,-2.407s1.074,-2.407 2.398,-2.407c1.325,0 2.398,1.078 2.398,2.407s-1.074,2.407 -2.398,2.407zM86.78,139.514c-1.325,0 -2.399,-1.078 -2.399,-2.407s1.074,-2.407 2.398,-2.407c1.325,0 2.398,1.078 2.398,2.407s-1.074,2.407 -2.398,2.407zM65.994,136.706c-1.325,0 -2.398,-1.078 -2.398,-2.407s1.074,-2.407 2.398,-2.407c1.324,0 2.398,1.078 2.398,2.407s-1.074,2.407 -2.398,2.407zM63.995,116.648c-1.324,0 -2.398,-1.078 -2.398,-2.407 0,-1.329 1.074,-2.407 2.398,-2.407 1.325,0 2.398,1.078 2.398,2.407 0,1.33 -1.074,2.407 -2.398,2.407zM113.959,119.456c-1.324,0 -2.398,-1.078 -2.398,-2.407 0,-1.33 1.074,-2.407 2.398,-2.407 1.325,0 2.398,1.078 2.398,2.407 0,1.329 -1.074,2.407 -2.398,2.407zM141.14,137.909c-1.324,0 -2.398,-1.078 -2.398,-2.407 0,-1.33 1.074,-2.407 2.398,-2.407 1.325,0 2.398,1.078 2.398,2.407 0,1.329 -1.074,2.407 -2.398,2.407zM130.748,157.164c-1.325,0 -2.398,-1.078 -2.398,-2.407s1.074,-2.407 2.398,-2.407c1.324,0 2.398,1.078 2.398,2.407s-1.074,2.407 -2.398,2.407zM141.94,99.8c-1.324,0 -2.398,-1.078 -2.398,-2.407s1.074,-2.407 2.398,-2.407 2.398,1.078 2.398,2.407 -1.074,2.407 -2.398,2.407zM128.749,84.155c-1.324,0 -2.398,-1.078 -2.398,-2.407 0,-1.33 1.074,-2.407 2.398,-2.407 1.325,0 2.398,1.078 2.398,2.407 0,1.329 -1.074,2.407 -2.398,2.407zM112.76,74.527c-1.324,0 -2.398,-1.077 -2.398,-2.407 0,-1.329 1.074,-2.407 2.398,-2.407 1.325,0 2.398,1.078 2.398,2.407 0,1.33 -1.074,2.407 -2.398,2.407zM87.178,74.527c-1.324,0 -2.398,-1.077 -2.398,-2.407 0,-1.329 1.074,-2.407 2.398,-2.407 1.325,0 2.398,1.078 2.398,2.407 0,1.33 -1.074,2.407 -2.398,2.407zM66.393,83.754c-1.324,0 -2.398,-1.078 -2.398,-2.407 0,-1.33 1.074,-2.407 2.398,-2.407s2.398,1.078 2.398,2.407c0,1.329 -1.074,2.407 -2.398,2.407zM81.582,98.597c-1.324,0 -2.398,-1.078 -2.398,-2.407 0,-1.33 1.074,-2.407 2.398,-2.407 1.325,0 2.398,1.078 2.398,2.407 0,1.329 -1.074,2.407 -2.398,2.407zM115.558,99.8c-1.324,0 -2.398,-1.078 -2.398,-2.407s1.074,-2.407 2.398,-2.407c1.325,0 2.398,1.078 2.398,2.407s-1.074,2.407 -2.398,2.407z"
android:fillColor="#fff"/>
<vector android:height="200dp" android:viewportHeight="108"
android:viewportWidth="108" android:width="200dp" xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M24,0L84,0A24,24 0,0 1,108 24L108,84A24,24 0,0 1,84 108L24,108A24,24 0,0 1,0 84L0,24A24,24 0,0 1,24 0z"/>
<group>
<clip-path android:pathData="M2,0L106,0A2,2 0,0 1,108 2L108,106A2,2 0,0 1,106 108L2,108A2,2 0,0 1,0 106L0,2A2,2 0,0 1,2 0z"/>
<path android:fillColor="#FFEECE" android:pathData="M0,0h108v108h-108z"/>
<path android:fillColor="#18BCF2" android:pathData="M0,0h108v108h-108z"/>
<path android:fillColor="#00000000"
android:pathData="M0,0h108v108h-108z"
android:strokeColor="#000000"
android:strokeLineJoin="bevel" android:strokeWidth="0.25"/>
<path android:fillColor="#F2F4F9" android:pathData="M78.61,50.96L56.39,28.73C55.08,27.42 52.93,27.42 51.62,28.73L29.39,50.96C28.08,52.27 27,54.87 27,56.72V76.97C27,78.83 28.52,80.35 30.38,80.35H51.14L41.99,71.2C41.52,71.37 41.02,71.46 40.5,71.46C37.96,71.46 35.89,69.39 35.89,66.85C35.89,64.3 37.96,62.23 40.5,62.23C43.04,62.23 45.11,64.3 45.11,66.85C45.11,67.37 45.02,67.87 44.86,68.34L51.97,75.46V49.39C50.44,48.64 49.39,47.06 49.39,45.25C49.39,42.71 51.46,40.64 54,40.64C56.54,40.64 58.61,42.71 58.61,45.25C58.61,47.06 57.56,48.64 56.03,49.39V67.67L63.1,60.59C62.96,60.15 62.89,59.68 62.89,59.2C62.89,56.66 64.96,54.59 67.5,54.59C70.04,54.59 72.11,56.66 72.11,59.2C72.11,61.74 70.04,63.81 67.5,63.81C66.94,63.81 66.4,63.71 65.9,63.52L56.03,73.4V80.35H77.63C79.48,80.35 81,78.83 81,76.97V56.72C81,54.87 79.93,52.28 78.61,50.96V50.96Z"/>
<path android:fillColor="#00000000"
android:pathData="M0,0h108v108h-108z"
android:strokeColor="#000000"
android:strokeLineJoin="bevel" android:strokeWidth="0.25"/>
</group>
</group>
</vector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

View File

@ -0,0 +1,20 @@
<vector android:height="200dp" android:viewportHeight="108"
android:viewportWidth="108" android:width="200dp" xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h108v108h-108z"/>
<group>
<clip-path android:pathData="M54,54m-54,0a54,54 0,1 1,108 0a54,54 0,1 1,-108 0"/>
<path android:fillColor="#FFEECE" android:pathData="M0,0h108v108h-108z"/>
<path android:fillColor="#18BCF2" android:pathData="M0,0h108v108h-108z"/>
<path android:fillColor="#00000000"
android:pathData="M0,0h108v108h-108z"
android:strokeColor="#000000"
android:strokeLineJoin="bevel" android:strokeWidth="0.25"/>
<path android:fillColor="#F2F4F9" android:pathData="M78.61,46.96L56.39,24.73C55.08,23.42 52.93,23.42 51.62,24.73L29.39,46.96C28.08,48.27 27,50.87 27,52.72V72.97C27,74.83 28.52,76.35 30.38,76.35H51.14L41.99,67.2C41.52,67.37 41.02,67.46 40.5,67.46C37.96,67.46 35.89,65.39 35.89,62.85C35.89,60.3 37.96,58.23 40.5,58.23C43.04,58.23 45.11,60.3 45.11,62.85C45.11,63.37 45.02,63.87 44.86,64.34L51.97,71.46V45.39C50.44,44.64 49.39,43.06 49.39,41.25C49.39,38.71 51.46,36.64 54,36.64C56.54,36.64 58.61,38.71 58.61,41.25C58.61,43.06 57.56,44.64 56.03,45.39V63.67L63.1,56.59C62.96,56.15 62.89,55.68 62.89,55.2C62.89,52.66 64.96,50.59 67.5,50.59C70.04,50.59 72.11,52.66 72.11,55.2C72.11,57.74 70.04,59.81 67.5,59.81C66.94,59.81 66.4,59.71 65.9,59.52L56.03,69.4V76.35H77.63C79.48,76.35 81,74.83 81,72.97V52.72C81,50.87 79.93,48.28 78.61,46.96V46.96Z"/>
<path android:fillColor="#00000000"
android:pathData="M0,0h108v108h-108z"
android:strokeColor="#000000"
android:strokeLineJoin="bevel" android:strokeWidth="0.25"/>
</group>
</group>
</vector>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,14 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<group android:scaleX="0.65"
android:scaleY="0.65"
android:translateX="18.9"
android:translateY="18.9">
<path
android:pathData="M78.61,46.96L56.39,24.73C55.08,23.42 52.93,23.42 51.62,24.73L29.39,46.96C28.08,48.27 27,50.87 27,52.72V72.97C27,74.83 28.52,76.35 30.38,76.35H51.14L41.99,67.2C41.52,67.37 41.02,67.46 40.5,67.46C37.96,67.46 35.89,65.39 35.89,62.85C35.89,60.3 37.96,58.23 40.5,58.23C43.04,58.23 45.11,60.3 45.11,62.85C45.11,63.37 45.02,63.87 44.86,64.34L51.97,71.46V45.39C50.44,44.64 49.39,43.06 49.39,41.25C49.39,38.71 51.46,36.64 54,36.64C56.54,36.64 58.61,38.71 58.61,41.25C58.61,43.06 57.56,44.64 56.03,45.39V63.67L63.1,56.59C62.96,56.15 62.89,55.68 62.89,55.2C62.89,52.66 64.96,50.59 67.5,50.59C70.04,50.59 72.11,52.66 72.11,55.2C72.11,57.74 70.04,59.81 67.5,59.81C66.94,59.81 66.4,59.71 65.9,59.52L56.03,69.4V76.35H77.63C79.48,76.35 81,74.83 81,72.97V52.72C81,50.87 79.93,48.28 78.61,46.96V46.96Z"
android:fillColor="#F2F4F9"/>
</group>
</vector>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,14 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<group android:scaleX="0.65"
android:scaleY="0.65"
android:translateX="18.9"
android:translateY="18.9">
<path
android:pathData="M78.61,46.96L56.39,24.73C55.08,23.42 52.93,23.42 51.62,24.73L29.39,46.96C28.08,48.27 27,50.87 27,52.72V72.97C27,74.83 28.52,76.35 30.38,76.35H51.14L41.99,67.2C41.52,67.37 41.02,67.46 40.5,67.46C37.96,67.46 35.89,65.39 35.89,62.85C35.89,60.3 37.96,58.23 40.5,58.23C43.04,58.23 45.11,60.3 45.11,62.85C45.11,63.37 45.02,63.87 44.86,64.34L51.97,71.46V45.39C50.44,44.64 49.39,43.06 49.39,41.25C49.39,38.71 51.46,36.64 54,36.64C56.54,36.64 58.61,38.71 58.61,41.25C58.61,43.06 57.56,44.64 56.03,45.39V63.67L63.1,56.59C62.96,56.15 62.89,55.68 62.89,55.2C62.89,52.66 64.96,50.59 67.5,50.59C70.04,50.59 72.11,52.66 72.11,55.2C72.11,57.74 70.04,59.81 67.5,59.81C66.94,59.81 66.4,59.71 65.9,59.52L56.03,69.4V76.35H77.63C79.48,76.35 81,74.83 81,72.97V52.72C81,50.87 79.93,48.28 78.61,46.96V46.96Z"
android:fillColor="#FFFFFF"/>
</group>
</vector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/colorPrimary" />
<background android:drawable="@color/colorLauncherBackground" />
<foreground android:drawable="@drawable/ic_assist_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_assist_launcher_foreground" />
</adaptive-icon>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/colorPrimary" />
<background android:drawable="@color/colorLauncherBackground" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/colorPrimary" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
<background android:drawable="@color/colorLauncherBackground" />
<foreground android:drawable="@drawable/ic_launcher_foreground_round" />
<monochrome android:drawable="@drawable/ic_launcher_monochrome_round" />
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -123,14 +123,14 @@
<item name="android:textColor">@color/colorAccent</item>
</style>
<style name="Theme.Transparent" parent="Theme.MaterialComponents.NoActionBar">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">true</item>
<item name="android:backgroundDimEnabled">false</item>
</style>
<style name="Theme.Transparent" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">true</item>
<item name="android:backgroundDimEnabled">false</item>
</style>
<style name="ExoStyledControls.Button.Bottom.HaMute">
<item name="android:src">@drawable/ic_baseline_volume_up_24</item>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 910 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -3,7 +3,7 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FFFFFF"
android:pathData="M21.8,13H20V21H13V17.67L15.79,14.88L16.5,15C17.66,15 18.6,14.06 18.6,12.9C18.6,11.74 17.66,10.8 16.5,10.8A2.1,2.1 0 0,0 14.4,12.9L14.5,13.61L13,15.13V9.65C13.66,9.29 14.1,8.6 14.1,7.8A2.1,2.1 0 0,0 12,5.7A2.1,2.1 0 0,0 9.9,7.8C9.9,8.6 10.34,9.29 11,9.65V15.13L9.5,13.61L9.6,12.9A2.1,2.1 0 0,0 7.5,10.8A2.1,2.1 0 0,0 5.4,12.9A2.1,2.1 0 0,0 7.5,15L8.21,14.88L11,17.67V21H4V13H2.25C1.83,13 1.42,13 1.42,12.79C1.43,12.57 1.85,12.15 2.28,11.72L11,3C11.33,2.67 11.67,2.33 12,2.33C12.33,2.33 12.67,2.67 13,3L17,7V6H19V9L21.78,11.78C22.18,12.18 22.59,12.59 22.6,12.8C22.6,13 22.2,13 21.8,13M7.5,12A0.9,0.9 0 0,1 8.4,12.9A0.9,0.9 0 0,1 7.5,13.8A0.9,0.9 0 0,1 6.6,12.9A0.9,0.9 0 0,1 7.5,12M16.5,12C17,12 17.4,12.4 17.4,12.9C17.4,13.4 17,13.8 16.5,13.8A0.9,0.9 0 0,1 15.6,12.9A0.9,0.9 0 0,1 16.5,12M12,6.9C12.5,6.9 12.9,7.3 12.9,7.8C12.9,8.3 12.5,8.7 12,8.7C11.5,8.7 11.1,8.3 11.1,7.8C11.1,7.3 11.5,6.9 12,6.9Z" />
</vector>
<path
android:pathData="M21.116,10.596L12.884,2.364C12.398,1.879 11.602,1.879 11.117,2.364L2.884,10.596C2.398,11.082 2,12.043 2,12.73V20.23C2,20.918 2.563,21.48 3.25,21.48H10.939L7.553,18.094C7.379,18.154 7.193,18.188 7,18.188C6.058,18.188 5.292,17.422 5.292,16.48C5.292,15.538 6.058,14.772 7,14.772C7.942,14.772 8.708,15.538 8.708,16.48C8.708,16.674 8.674,16.86 8.614,17.034L11.25,19.67V10.014C10.683,9.735 10.292,9.154 10.292,8.481C10.292,7.539 11.058,6.773 12,6.773C12.942,6.773 13.708,7.539 13.708,8.481C13.708,9.154 13.317,9.735 12.75,10.014V16.786L15.372,14.164C15.32,14.001 15.292,13.828 15.292,13.648C15.292,12.706 16.058,11.939 17,11.939C17.942,11.939 18.708,12.706 18.708,13.648C18.708,14.589 17.942,15.356 17,15.356C16.792,15.356 16.593,15.317 16.409,15.248L12.75,18.908V21.481H20.75C21.438,21.481 22,20.919 22,20.231V12.731C22,12.043 21.603,11.083 21.116,10.597V10.596Z"
android:fillColor="#ffffff"/>
</vector>

View File

@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M21.116,10.596L12.884,2.364C12.398,1.879 11.602,1.879 11.117,2.364L2.884,10.596C2.398,11.082 2,12.043 2,12.73V20.23C2,20.918 2.563,21.48 3.25,21.48H10.939L7.553,18.094C7.379,18.154 7.193,18.188 7,18.188C6.058,18.188 5.292,17.422 5.292,16.48C5.292,15.538 6.058,14.772 7,14.772C7.942,14.772 8.708,15.538 8.708,16.48C8.708,16.674 8.674,16.86 8.614,17.034L11.25,19.67V10.014C10.683,9.735 10.292,9.154 10.292,8.481C10.292,7.539 11.058,6.773 12,6.773C12.942,6.773 13.708,7.539 13.708,8.481C13.708,9.154 13.317,9.735 12.75,10.014V16.786L15.372,14.164C15.32,14.001 15.292,13.828 15.292,13.648C15.292,12.706 16.058,11.939 17,11.939C17.942,11.939 18.708,12.706 18.708,13.648C18.708,14.589 17.942,15.356 17,15.356C16.792,15.356 16.593,15.317 16.409,15.248L12.75,18.908V21.481H20.75C21.438,21.481 22,20.919 22,20.231V12.731C22,12.043 21.603,11.083 21.116,10.597V10.596Z"
android:fillColor="@color/colorPrimary"/>
</vector>

View File

@ -6,10 +6,7 @@
<color name="colorBackground">#1c1c1c</color>
<color name="colorOnBackground">#e1e1e1</color>
<color name="colorSurface">#121212</color>
<color name="colorPrimary">#03A9F4</color>
<color name="colorPrimaryDark">#111111</color>
<color name="colorAccent">#03A9F4</color>
<color name="colorOnPrimary">@android:color/white</color>
<color name="colorWarning">#D32F2F</color>
<color name="colorHeadline1">@android:color/white</color>
<color name="colorHeadline2">@android:color/white</color>

View File

@ -39,4 +39,5 @@
<color name="colorPreferenceSuggestion">#1F03A9F4</color> <!-- colorAccent 12% opacity -->
<color name="colorOnSurfaceVariant">#49454E</color> <!-- M3 On Surface Variant -->
<color name="colorBottomSheetHandle">#6649454E</color> <!-- M3 On Surface Variant 40% opacity -->
<color name="colorLauncherBackground">#18BCF2</color>
</resources>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 KiB

After

Width:  |  Height:  |  Size: 97 KiB

File diff suppressed because one or more lines are too long

View File

@ -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="@android:color/holo_red_dark"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<foreground android:drawable="@drawable/ic_launcher_foreground_round"/>
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -77,8 +77,8 @@ fun primaryLayoutTimeline(
action: ActionBuilders.Action
): Timeline {
val theme = Colors(
ContextCompat.getColor(context, R.color.colorPrimary), // Primary
ContextCompat.getColor(context, R.color.colorOnPrimary), // On primary
ContextCompat.getColor(context, commonR.color.colorPrimary), // Primary
ContextCompat.getColor(context, commonR.color.colorOnPrimary), // On primary
ContextCompat.getColor(context, R.color.colorOverlay), // Surface
ContextCompat.getColor(context, android.R.color.white) // On surface
)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

View File

@ -0,0 +1,20 @@
<vector android:height="200dp" android:viewportHeight="108"
android:viewportWidth="108" android:width="200dp" xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h108v108h-108z"/>
<group>
<clip-path android:pathData="M54,54m-54,0a54,54 0,1 1,108 0a54,54 0,1 1,-108 0"/>
<path android:fillColor="#FFEECE" android:pathData="M0,0h108v108h-108z"/>
<path android:fillColor="#18BCF2" android:pathData="M0,0h108v108h-108z"/>
<path android:fillColor="#00000000"
android:pathData="M0,0h108v108h-108z"
android:strokeColor="#000000"
android:strokeLineJoin="bevel" android:strokeWidth="0.25"/>
<path android:fillColor="#F2F4F9" android:pathData="M78.61,46.96L56.39,24.73C55.08,23.42 52.93,23.42 51.62,24.73L29.39,46.96C28.08,48.27 27,50.87 27,52.72V72.97C27,74.83 28.52,76.35 30.38,76.35H51.14L41.99,67.2C41.52,67.37 41.02,67.46 40.5,67.46C37.96,67.46 35.89,65.39 35.89,62.85C35.89,60.3 37.96,58.23 40.5,58.23C43.04,58.23 45.11,60.3 45.11,62.85C45.11,63.37 45.02,63.87 44.86,64.34L51.97,71.46V45.39C50.44,44.64 49.39,43.06 49.39,41.25C49.39,38.71 51.46,36.64 54,36.64C56.54,36.64 58.61,38.71 58.61,41.25C58.61,43.06 57.56,44.64 56.03,45.39V63.67L63.1,56.59C62.96,56.15 62.89,55.68 62.89,55.2C62.89,52.66 64.96,50.59 67.5,50.59C70.04,50.59 72.11,52.66 72.11,55.2C72.11,57.74 70.04,59.81 67.5,59.81C66.94,59.81 66.4,59.71 65.9,59.52L56.03,69.4V76.35H77.63C79.48,76.35 81,74.83 81,72.97V52.72C81,50.87 79.93,48.28 78.61,46.96V46.96Z"/>
<path android:fillColor="#00000000"
android:pathData="M0,0h108v108h-108z"
android:strokeColor="#000000"
android:strokeLineJoin="bevel" android:strokeWidth="0.25"/>
</group>
</group>
</vector>

View File

@ -1,170 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:fillColor="#3DDC84"
android:pathData="M0,0h108v108h-108z" />
<path
android:fillColor="#00000000"
android:pathData="M9,0L9,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,0L19,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M29,0L29,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M39,0L39,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M49,0L49,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M59,0L59,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M69,0L69,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M79,0L79,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M89,0L89,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M99,0L99,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,9L108,9"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,19L108,19"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,29L108,29"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,39L108,39"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,49L108,49"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,59L108,59"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,69L108,69"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,79L108,79"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,89L108,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,99L108,99"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,29L89,29"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,39L89,39"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,49L89,49"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,59L89,59"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,69L89,69"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,79L89,79"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M29,19L29,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M39,19L39,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M49,19L49,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M59,19L59,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M69,19L69,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M79,19L79,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
</vector>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,14 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<group android:scaleX="0.65"
android:scaleY="0.65"
android:translateX="18.9"
android:translateY="18.9">
<path
android:pathData="M78.61,46.96L56.39,24.73C55.08,23.42 52.93,23.42 51.62,24.73L29.39,46.96C28.08,48.27 27,50.87 27,52.72V72.97C27,74.83 28.52,76.35 30.38,76.35H51.14L41.99,67.2C41.52,67.37 41.02,67.46 40.5,67.46C37.96,67.46 35.89,65.39 35.89,62.85C35.89,60.3 37.96,58.23 40.5,58.23C43.04,58.23 45.11,60.3 45.11,62.85C45.11,63.37 45.02,63.87 44.86,64.34L51.97,71.46V45.39C50.44,44.64 49.39,43.06 49.39,41.25C49.39,38.71 51.46,36.64 54,36.64C56.54,36.64 58.61,38.71 58.61,41.25C58.61,43.06 57.56,44.64 56.03,45.39V63.67L63.1,56.59C62.96,56.15 62.89,55.68 62.89,55.2C62.89,52.66 64.96,50.59 67.5,50.59C70.04,50.59 72.11,52.66 72.11,55.2C72.11,57.74 70.04,59.81 67.5,59.81C66.94,59.81 66.4,59.71 65.9,59.52L56.03,69.4V76.35H77.63C79.48,76.35 81,74.83 81,72.97V52.72C81,50.87 79.93,48.28 78.61,46.96V46.96Z"
android:fillColor="#F2F4F9"/>
</group>
</vector>

View File

@ -4,6 +4,6 @@
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FF03A9F4"
android:fillColor="@color/colorPrimary"
android:pathData="M12,2A7,7 0,0 0,5 9C5,11.38 6.19,13.47 8,14.74V17A1,1 0,0 0,9 18H15A1,1 0,0 0,16 17V14.74C17.81,13.47 19,11.38 19,9A7,7 0,0 0,12 2M9,21A1,1 0,0 0,10 22H14A1,1 0,0 0,15 21V20H9V21Z"/>
</vector>

View File

@ -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="@color/colorAccent"/>
<background android:drawable="@color/colorLauncherBackground"/>
<foreground android:drawable="@drawable/ic_assist_launcher_foreground"/>
</adaptive-icon>

View File

@ -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="@color/colorPrimary" />
<background android:drawable="@color/colorLauncherBackground" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>

View File

@ -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="@color/colorPrimary" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<background android:drawable="@color/colorLauncherBackground" />
<foreground android:drawable="@drawable/ic_launcher_foreground_round" />
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -4,10 +4,7 @@
<color name="colorDialogMessage">@android:color/white</color>
<color name="colorDialogTitle">@android:color/white</color>
<color name="colorActivityBackground">@android:color/black</color>
<color name="colorPrimary">#03A9F4</color>
<color name="colorPrimaryDark">#111111</color>
<color name="colorAccent">#03A9F4</color>
<color name="colorOnPrimary">@android:color/white</color>
<color name="colorWarning">#D32F2F</color>
<color name="colorHint">#70FFFFFF</color>
<color name="colorHeadline1">@android:color/white</color>