diff options
Diffstat (limited to 'src/android/app')
| -rw-r--r-- | src/android/app/src/main/res/drawable/ic_yuzu.xml | 38 | ||||
| -rw-r--r-- | src/android/app/src/main/res/drawable/ic_yuzu_full.xml | 26 | 
2 files changed, 30 insertions, 34 deletions
diff --git a/src/android/app/src/main/res/drawable/ic_yuzu.xml b/src/android/app/src/main/res/drawable/ic_yuzu.xml index a994b8f78..5e2a8efd0 100644 --- a/src/android/app/src/main/res/drawable/ic_yuzu.xml +++ b/src/android/app/src/main/res/drawable/ic_yuzu.xml @@ -1,20 +1,22 @@  <vector xmlns:android="http://schemas.android.com/apk/res/android" -    android:width="192dp" -    android:height="192dp" -    android:viewportHeight="500" -    android:viewportWidth="500"> -    <group> -        <clip-path android:pathData="M120.43,106.44l258.85,0l0,287.61l-258.85,0z" /> -        <path -            android:fillColor="#FF3C28" -            android:fillType="nonZero" -            android:pathData="M262.44,174.77L262.44,376.08C318.03,376.08 363.1,331.01 363.1,275.42C363.1,219.82 318.03,174.77 262.44,174.77M282.12,196.8C318.16,205.85 343.44,238.25 343.44,275.42C343.44,312.58 318.16,344.98 282.12,354.03L282.12,196.8" /> -    </group> -    <group> -        <clip-path android:pathData="M120.43,106.44l258.85,0l0,287.61l-258.85,0z" /> -        <path -            android:fillColor="#0AB9E6" -            android:fillType="nonZero" -            android:pathData="M237.27,124.41C181.67,124.41 136.61,169.48 136.61,225.08C136.61,280.68 181.67,325.75 237.27,325.75ZM217.61,146.46L217.61,303.71C189.29,296.62 166.97,274.85 159.19,246.72C151.4,218.59 159.35,188.44 180,167.8C190.35,157.39 203.36,150.01 217.61,146.46" /> -    </group> +    android:width="200dp" +    android:height="200dp" +    android:viewportWidth="500" +    android:viewportHeight="500"> +    <path +        android:fillColor="#FF3C28" +        android:fillType="nonZero" +        android:pathData="M262.66,175.11L262.66,375.05C318.54,375.05 363.85,330.29 363.85,275.08C363.85,219.87 318.54,175.11 262.66,175.11M282.43,197.01C318.67,206 344.09,238.19 344.09,275.11C344.09,312.03 318.67,344.22 282.43,353.2L282.43,197.01" +        android:strokeWidth="1.46" +        android:strokeColor="#00000000" +        android:strokeLineCap="butt" +        android:strokeLineJoin="miter" /> +    <path +        android:fillColor="#0AB9E6" +        android:fillType="nonZero" +        android:pathData="M237.31,125.11C181.43,125.11 136.12,169.87 136.12,225.08C136.12,280.29 181.43,325.05 237.31,325.05ZM217.57,147.01L217.57,303.2C189.11,296.16 166.67,274.54 158.84,246.6C151.01,218.65 159,188.71 179.75,168.21C190.16,157.86 203.24,150.53 217.57,147.01" +        android:strokeWidth="1.46" +        android:strokeColor="#00000000" +        android:strokeLineCap="butt" +        android:strokeLineJoin="miter" />  </vector> diff --git a/src/android/app/src/main/res/drawable/ic_yuzu_full.xml b/src/android/app/src/main/res/drawable/ic_yuzu_full.xml index f3dd44d00..04e458400 100644 --- a/src/android/app/src/main/res/drawable/ic_yuzu_full.xml +++ b/src/android/app/src/main/res/drawable/ic_yuzu_full.xml @@ -1,18 +1,12 @@  <vector xmlns:android="http://schemas.android.com/apk/res/android" -    android:width="614.697dp" -    android:height="683dp" -    android:viewportWidth="614.4" -    android:viewportHeight="682.67"> -    <group> -        <clip-path android:pathData="M-43,-46.67h699.6v777.33h-699.6z" /> -        <path -            android:fillColor="#FF3C28" -            android:pathData="M340.81,138V682.08c150.26,0 272.06,-121.81 272.06,-272.06S491.07,138 340.81,138M394,197.55a219.06,219.06 0,0 1,0 424.94V197.55" /> -    </group> -    <group> -        <clip-path android:pathData="M-43,-46.67h699.6v777.33h-699.6z" /> -        <path -            android:fillColor="#0AB9E6" -            android:pathData="M272.79,1.92C122.53,1.92 0.73,123.73 0.73,274s121.8,272.07 272.06,272.07ZM219.65,61.51v425A219,219 0,0 1,118 119.18,217.51 217.51,0 0,1 219.65,61.51" /> -    </group> +    android:width="155.3dp" +    android:height="172.55dp" +    android:viewportWidth="155.3" +    android:viewportHeight="172.55"> +    <path +        android:fillColor="#FF3C28" +        android:pathData="M86.28,34.51v138a69,69 0,0 0,0 -138M99.76,49.63a55.57,55.57 0,0 1,0 107.8V49.63" /> +    <path +        android:fillColor="#0AB9E6" +        android:pathData="M69,0a69,69 0,0 0,0 138ZM55.54,15.12v107.8A55.55,55.55 0,0 1,29.75 29.75,55.1 55.1,0 0,1 55.54,15.12" />  </vector>  | 
