New logos

This commit is contained in:
Thomas 2023-08-26 12:15:28 +02:00
parent 23cce968f8
commit a9da1752b2
51 changed files with 334 additions and 0 deletions

View File

@ -131,6 +131,60 @@
android:resource="@xml/compose_shortcuts" />
</activity-alias>
<activity-alias
android:name=".activities.MainActivity.BubblesPride"
android:enabled="false"
android:exported="true"
android:icon="@mipmap/ic_launcher_bubbles_pride"
android:roundIcon="@mipmap/ic_launcher_bubbles_pride_round"
android:targetActivity=".activities.MainActivity">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<meta-data
android:name="android.app.shortcuts"
android:resource="@xml/compose_shortcuts" />
</activity-alias>
<activity-alias
android:name=".activities.MainActivity.BubblesPink"
android:enabled="false"
android:exported="true"
android:icon="@mipmap/ic_launcher_bubbles_pink"
android:roundIcon="@mipmap/ic_launcher_bubbles_pink_round"
android:targetActivity=".activities.MainActivity">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<meta-data
android:name="android.app.shortcuts"
android:resource="@xml/compose_shortcuts" />
</activity-alias>
<activity-alias
android:name=".activities.MainActivity.BubblesPirate"
android:enabled="false"
android:exported="true"
android:icon="@mipmap/ic_launcher_bubbles_pirate"
android:roundIcon="@mipmap/ic_launcher_bubbles_pirate_round"
android:targetActivity=".activities.MainActivity">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<meta-data
android:name="android.app.shortcuts"
android:resource="@xml/compose_shortcuts" />
</activity-alias>
<activity-alias
android:name=".activities.MainActivity.Fediverse"
android:enabled="false"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

View File

@ -1995,6 +1995,9 @@ public abstract class BaseMainActivity extends BaseActivity implements NetworkSt
BUBBLES,
BUBBLESUA,
BUBBLESPEAGREEN,
BUBBLESPRIDE,
BUBBLESPINK,
BUBBLESPIRATE,
FEDIVERSE,
HERO,
ATOM,

View File

@ -60,6 +60,16 @@ public class LogoHelper {
return R.drawable.fedilab_logo_crash;
case "Mastalab":
return R.drawable.fedilab_logo_mastalab;
case "BubblesUA":
return R.drawable.fedilab_logo_bubbles_ua;
case "BubblesPeaGreen":
return R.drawable.fedilab_logo_bubbles_pea_green;
case "BubblesPride":
return R.drawable.fedilab_logo_bubbles_pride;
case "BubblesPink":
return R.drawable.fedilab_logo_bubbles_pink;
case "BubblesPirate":
return R.drawable.fedilab_logo_bubbles_pirate;
default:
return R.drawable.fedilab_logo_bubbles;
}
@ -82,6 +92,12 @@ public class LogoHelper {
return R.drawable.fedilab_logo_bubbles_ua;
case "BubblesPeaGreen":
return R.drawable.fedilab_logo_bubbles_pea_green;
case "BubblesPride":
return R.drawable.fedilab_logo_bubbles_pride;
case "BubblesPink":
return R.drawable.fedilab_logo_bubbles_pink;
case "BubblesPirate":
return R.drawable.fedilab_logo_bubbles_pirate;
default:
return R.drawable.fedilab_logo_bubbles;
}
@ -110,6 +126,15 @@ public class LogoHelper {
case "BubblesPeaGreen":
mLauncher = BaseMainActivity.iconLauncher.BUBBLESPEAGREEN;
break;
case "BubblesPride":
mLauncher = BaseMainActivity.iconLauncher.BUBBLESPRIDE;
break;
case "BubblesPink":
mLauncher = BaseMainActivity.iconLauncher.BUBBLESPINK;
break;
case "BubblesPirate":
mLauncher = BaseMainActivity.iconLauncher.BUBBLESPIRATE;
break;
default:
mLauncher = BaseMainActivity.iconLauncher.BUBBLES;
}

View File

@ -158,6 +158,17 @@ public class FragmentInterfaceSettings extends PreferenceFragmentCompat implemen
context.getPackageManager().setComponentEnabledSetting(
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity.BubblesPeaGreen"),
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
context.getPackageManager().setComponentEnabledSetting(
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity.BubblesPride"),
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
context.getPackageManager().setComponentEnabledSetting(
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity.BubblesPink"),
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
context.getPackageManager().setComponentEnabledSetting(
new ComponentName(BuildConfig.APPLICATION_ID, "app.fedilab.android.activities.MainActivity.BubblesPirate"),
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
}
private void setIcon(Context context, String iconName) {

View File

@ -0,0 +1,21 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="200dp"
android:height="200dp"
android:viewportWidth="52.917"
android:viewportHeight="52.917">
<path
android:fillColor="#5bcefa"
android:pathData="m29.32,0.008c-2.481,0.026 -4.998,0.511 -7.435,1.502 -4.513,1.835 -8.009,5.107 -10.176,9.073h8.986c0.531,-0.441 1.136,-0.81 1.81,-1.084 2.435,-0.991 5.106,-0.486 6.996,1.084h17.873c-3.653,-6.697 -10.691,-10.653 -18.054,-10.575z" />
<path
android:fillColor="#f5a9b8"
android:pathData="m11.709,10.583c-1.751,3.205 -2.634,6.863 -2.483,10.583h10.519c-0.025,-0.647 -0.238,-1.281 -0.628,-1.723l-0.001,0.001 -0.397,-0.974c-1.158,-2.849 -0.27,-6.021 1.975,-7.887zM29.501,10.583c0.844,0.701 1.533,1.613 1.975,2.701l0.25,0.614c0.12,0.693 1.153,1.391 2.296,1.552l1.18,0.167c1.142,0.162 2.519,-0.54 3.059,-1.56 0,0 0.504,-0.954 2.059,-1.586 2.643,-1.074 5.656,0.197 6.731,2.84 0.067,0.167 0.125,0.334 0.175,0.502 0.176,0.39 0.495,0.59 0.812,0.691l1.495,0.137c-0.248,-1.331 -0.633,-2.656 -1.162,-3.959 -0.296,-0.727 -0.63,-1.427 -0.997,-2.1zM33.436,18.145 L33.437,18.146c-1.069,-0.006 -2.263,0.648 -2.773,1.561 0,0 -0.408,0.726 -1.237,1.459h9.461c-0.01,-0.009 -0.021,-0.018 -0.031,-0.027 -0.02,-0.018 -0.041,-0.034 -0.061,-0.052 -0.062,-0.056 -0.122,-0.113 -0.181,-0.173 -0.059,-0.059 -0.117,-0.12 -0.174,-0.182v-0.001c-0.113,-0.125 -0.221,-0.255 -0.322,-0.392 -0.051,-0.068 -0.1,-0.138 -0.147,-0.21v-0.001c-0.19,-0.286 -0.355,-0.594 -0.49,-0.924l-0.072,-0.177c-0.004,-0.012 -0.011,-0.025 -0.022,-0.038 -0.017,-0.021 -0.046,-0.043 -0.08,-0.065 -0.009,-0.005 -0.015,-0.01 -0.025,-0.016 -0.024,-0.014 -0.05,-0.028 -0.08,-0.043l-0.001,-0.001c-0.03,-0.014 -0.062,-0.029 -0.097,-0.043 -0.141,-0.059 -0.325,-0.119 -0.539,-0.177 -0.054,-0.015 -0.109,-0.029 -0.166,-0.043 -0.002,-0.001 -0.005,-0.001 -0.008,-0.002 -0.11,-0.027 -0.226,-0.054 -0.347,-0.079 -0.003,-0.001 -0.005,-0.002 -0.008,-0.002 -0.254,-0.053 -0.529,-0.102 -0.814,-0.142l-1.458,-0.207c-0.107,-0.015 -0.216,-0.023 -0.327,-0.024zM47.839,19.369s-0.739,0.153 -1.181,0.609c-0.077,0.124 -0.157,0.245 -0.244,0.362h-0.001c-0.026,0.065 -0.068,0.112 -0.115,0.149 -0.195,0.243 -0.413,0.47 -0.652,0.676h4.208c0.022,-0.535 0.024,-1.073 0.004,-1.612z" />
<path
android:fillColor="#fff"
android:pathData="m9.226,21.167c0.093,2.283 0.574,4.59 1.485,6.829 0.547,1.346 1.225,2.599 2.01,3.754h1.407l5.253,-8.995c0.269,-0.462 0.387,-1.03 0.365,-1.589zM29.426,21.167c-0.452,0.4 -1.027,0.802 -1.734,1.09 -1.637,0.665 -2.853,0.456 -2.853,0.456 -1.137,-0.196 -2.544,0.459 -3.126,1.456l-1.953,3.345c-0.59,1.019 -0.989,2.356 0.609,2.356h1.36c1.315,0 2.956,-0.915 3.645,-2.036 0,0 1.243,-2.017 3.694,-2.068 2.853,-0.059 5.212,2.206 5.272,5.058 0.006,0.316 -0.017,0.625 -0.065,0.927h12.088c2.11,-3.118 3.333,-6.787 3.49,-10.583h-4.208c-0.416,0.359 -0.896,0.659 -1.434,0.877 -1.237,0.503 -2.555,0.492 -3.717,0.067 -0.002,-0.001 -0.003,-0.001 -0.005,-0.002l-0.001,-0.001c-0.014,-0.005 -0.028,-0.011 -0.042,-0.016 -0.063,-0.024 -0.127,-0.048 -0.189,-0.074 -0.076,-0.032 -0.151,-0.066 -0.225,-0.102 0,-0 -0,0 -0.001,0 -0.074,-0.036 -0.147,-0.073 -0.22,-0.112 0,-0 -0,-0 -0.001,-0.001 -0.073,-0.039 -0.144,-0.08 -0.215,-0.123 0,-0 -0,0 -0.001,0 -0.071,-0.043 -0.141,-0.087 -0.209,-0.133v-0.001c-0.069,-0.046 -0.136,-0.094 -0.203,-0.143 0,-0 -0,-0 -0.001,-0.001 -0.067,-0.049 -0.132,-0.1 -0.196,-0.153 0,-0 -0,-0 -0.001,-0.001 -0.033,-0.027 -0.065,-0.056 -0.098,-0.084z" />
<path
android:fillColor="#f5a9b8"
android:pathData="m12.721,31.75c0.25,0.368 0.509,0.726 0.78,1.073l0.627,-1.073zM34.276,31.75c-0.387,2.42 -2.457,4.293 -4.994,4.344 -2.525,0.052 -3.88,-2.085 -3.88,-2.085 -0.704,-1.11 -2.357,-2.02 -3.672,-2.02l-3.338,0.021c-0.633,0.029 -1.293,0.174 -1.745,0.833l-1.234,2.113c-0.151,0.26 -0.304,0.52 -0.456,0.78 -0.582,0.996 -1.984,1.632 -3.117,1.413 0,0 -1.868,-0.362 -3.832,0.437 -2.203,0.895 -3.785,2.666 -4.514,4.747h15.026c-0.043,-0.124 -0.09,-0.247 -0.14,-0.37 -0.487,-1.198 -0.729,-1.46 -0.729,-1.46 -0.78,-0.849 -0.943,-2.36 -0.361,-3.356l0.178,-0.457c5.506,4.058 12.927,5.247 19.727,2.481 3.869,-1.573 6.989,-4.203 9.166,-7.421z" />
<path
android:fillColor="#5bcefa"
android:pathData="m3.494,42.333c-0.619,1.766 -0.623,3.756 0.137,5.626 1.656,4.073 6.301,6.032 10.374,4.377 3.95,-1.606 5.912,-6.023 4.516,-10.002z" />
</vector>

View File

@ -0,0 +1,41 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="200dp"
android:height="200dp"
android:viewportWidth="52.917"
android:viewportHeight="52.917">
<path
android:fillColor="#00000000"
android:pathData="m29.982,24.312c-0.862,-0.005 -1.823,0.521 -2.234,1.254 0,0 -0.781,1.394 -2.393,2.048 -1.319,0.534 -2.299,0.367 -2.299,0.367 -0.916,-0.158 -2.049,0.369 -2.518,1.17l-1.573,2.688c-0.475,0.819 -0.796,1.893 0.491,1.893h1.096c1.059,0 2.381,-0.736 2.937,-1.636 0,0 1.001,-1.621 2.976,-1.661 2.298,-0.047 4.199,1.773 4.247,4.064 0.047,2.292 -1.778,4.189 -4.076,4.235 -2.034,0.042 -3.126,-1.676 -3.126,-1.676 -0.567,-0.892 -1.898,-1.622 -2.958,-1.622l-2.689,0.017c-0.51,0.023 -1.042,0.14 -1.405,0.669l-0.994,1.698c-0.122,0.209 -0.245,0.418 -0.367,0.627 -0.469,0.8 -1.599,1.311 -2.511,1.136 0,0 -1.505,-0.291 -3.087,0.351 -3.281,1.33 -4.859,5.063 -3.525,8.335 1.334,3.273 5.076,4.847 8.357,3.517 3.281,-1.33 4.859,-5.063 3.525,-8.335 -0.392,-0.962 -0.587,-1.173 -0.587,-1.173 -0.629,-0.683 -0.76,-1.896 -0.291,-2.696l0.143,-0.367c4.436,3.261 10.413,4.216 15.892,1.993 6.563,-2.661 10.456,-9.086 10.198,-15.762l-1.625,-0.149s-0.595,0.123 -0.952,0.489c-0.062,0.1 -0.126,0.197 -0.197,0.291h-0.001c-0.021,0.053 -0.055,0.09 -0.093,0.12 -0.429,0.535 -0.997,0.972 -1.68,1.249 -0.996,0.404 -2.058,0.395 -2.994,0.054 -0.001,-0 -0.003,-0.001 -0.004,-0.001 0,-0 0,-0 -0.001,-0 -0.011,-0.004 -0.022,-0.009 -0.034,-0.013 -0.051,-0.019 -0.102,-0.039 -0.152,-0.06 -0.061,-0.026 -0.122,-0.053 -0.182,-0.082 0,-0 0,-0 -0.001,-0 -0.06,-0.029 -0.119,-0.059 -0.178,-0.09 0,-0 0,-0 -0.001,-0 -0.059,-0.031 -0.116,-0.064 -0.173,-0.099 0,-0 0,-0 -0.001,-0 -0.057,-0.034 -0.113,-0.07 -0.169,-0.107 -0,-0 0,-0 0,-0 -0.055,-0.037 -0.11,-0.075 -0.164,-0.115 0,-0 0,-0 -0.001,-0 -0.054,-0.04 -0.106,-0.081 -0.158,-0.123 0,-0 0,-0 -0.001,-0 -0.035,-0.029 -0.069,-0.059 -0.104,-0.089 -0.016,-0.014 -0.033,-0.028 -0.049,-0.042 -0.05,-0.045 -0.099,-0.091 -0.146,-0.139 -0.048,-0.048 -0.095,-0.096 -0.14,-0.147v-0c-0.091,-0.1 -0.178,-0.205 -0.259,-0.315 -0.041,-0.055 -0.081,-0.111 -0.119,-0.169v-0c-0.153,-0.229 -0.286,-0.478 -0.394,-0.743l-0.058,-0.142c-0.003,-0.01 -0.009,-0.02 -0.018,-0.031 -0.014,-0.017 -0.037,-0.034 -0.064,-0.052 -0.007,-0.004 -0.012,-0.009 -0.02,-0.013 -0.019,-0.011 -0.041,-0.023 -0.065,-0.034 0,-0 0,-0 -0.001,-0 -0.024,-0.011 -0.05,-0.023 -0.078,-0.035 -0.114,-0.047 -0.262,-0.096 -0.434,-0.143 -0,-0 0,-0 0,-0 -0.043,-0.012 -0.088,-0.023 -0.134,-0.035v-0c-0.002,-0 -0.004,-0.001 -0.006,-0.002 -0.088,-0.022 -0.182,-0.043 -0.279,-0.064 -0.002,-0 -0.004,-0.001 -0.007,-0.002 -0.204,-0.043 -0.426,-0.082 -0.656,-0.114l-1.175,-0.166c-0.086,-0.012 -0.174,-0.018 -0.263,-0.019z"
android:strokeWidth="1.3229"
android:strokeColor="#2c93c4"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="m18.446,25.356 l-0.32,-0.783c-1.154,-2.83 0.211,-6.058 3.049,-7.209 2.838,-1.151 6.073,0.21 7.227,3.041l0.201,0.494c0.097,0.557 0.929,1.118 1.85,1.247l0.951,0.134c0.92,0.13 2.029,-0.434 2.464,-1.253 0,0 0.406,-0.766 1.659,-1.274 2.129,-0.863 4.556,0.158 5.423,2.281 0.054,0.134 0.101,0.269 0.141,0.404 0.142,0.314 0.399,0.474 0.654,0.556l1.204,0.11c-0.199,-1.069 -0.51,-2.135 -0.936,-3.181 -3.406,-8.357 -12.96,-12.377 -21.336,-8.978 -8.378,3.397 -12.408,12.926 -9.002,21.282 0.581,1.426 1.345,2.721 2.247,3.879l4.737,-8.09c0.468,-0.801 0.374,-1.998 -0.212,-2.661z"
android:strokeWidth="1.3229"
android:strokeColor="#12d663"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="m42.715,43.963c1.556,1.768 4.983,2.177 4.686,4.041 -0.357,2.253 -2.35,0.701 -3.117,1.225 -0.826,0.565 -0.642,2.546 -2.483,2.227 -1.762,-0.306 -1.008,-3.993 -2.043,-5.286 -1.109,-1.387 -2.298,-2.872 -3.536,-4.414 0.988,-0.587 1.905,-1.258 2.745,-1.999 1.31,1.464 2.575,2.876 3.746,4.207z"
android:strokeWidth="1.3229"
android:strokeColor="#fff"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="m36.222,10.396c1.238,-1.543 2.428,-3.029 3.537,-4.416 1.035,-1.294 0.281,-4.98 2.043,-5.286 1.84,-0.319 1.656,1.662 2.483,2.227 0.767,0.524 2.76,-1.028 3.117,1.225 0.297,1.864 -3.131,2.273 -4.686,4.041 -1.172,1.331 -2.436,2.743 -3.747,4.208 -0.855,-0.753 -1.774,-1.421 -2.746,-1.998z"
android:strokeWidth="1.3229"
android:strokeColor="#fff"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="m14.44,12.644c-0.771,-0.923 -1.526,-1.822 -2.259,-2.685 -3.043,-3.586 -5.381,-1.423 -5.818,-3.65 -0.703,-3.585 2.773,-2.035 3.58,-2.727 0.863,-0.738 1.908,-4.098 4.149,-2.497 1.482,1.058 -1.092,4.357 0.607,6.812 0.656,0.949 1.365,1.919 2.113,2.903 -0.85,0.554 -1.642,1.171 -2.374,1.843z"
android:strokeWidth="1.3229"
android:strokeColor="#fff"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</vector>

View File

@ -0,0 +1,24 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="200dp"
android:height="200dp"
android:viewportWidth="52.917"
android:viewportHeight="52.917">
<path
android:fillColor="#e50000"
android:pathData="m29.32,0.008c-2.481,0.026 -4.998,0.511 -7.435,1.502 -3.825,1.555 -6.918,4.143 -9.092,7.31h33.497c-3.858,-5.621 -10.279,-8.882 -16.97,-8.811z" />
<path
android:fillColor="#ff8d00"
android:pathData="m12.793,8.82c-1.803,2.627 -2.974,5.652 -3.401,8.819h9.053c-0.878,-3.302 0.814,-6.819 4.061,-8.139 3.523,-1.433 7.539,0.261 8.971,3.784l0.25,0.614c0.12,0.693 1.153,1.391 2.296,1.552l1.18,0.167c1.142,0.162 2.519,-0.54 3.059,-1.56 0,0 0.504,-0.954 2.059,-1.586 2.643,-1.074 5.656,0.197 6.731,2.84 0.067,0.167 0.125,0.334 0.175,0.502 0.176,0.39 0.495,0.59 0.812,0.691l1.495,0.137c-0.248,-1.331 -0.633,-2.656 -1.162,-3.959 -0.564,-1.388 -1.267,-2.677 -2.082,-3.864h-33.497z" />
<path
android:fillColor="#fe0"
android:pathData="m9.391,17.639c-0.39,2.888 -0.162,5.893 0.765,8.82h7.062l2.163,-3.703c0.581,-0.997 0.464,-2.487 -0.263,-3.311l-0.001,0.001 -0.397,-0.974c-0.112,-0.275 -0.202,-0.553 -0.276,-0.832h-9.053zM33.436,18.146 L33.437,18.146c-1.069,-0.006 -2.263,0.648 -2.773,1.561 0,0 -0.969,1.735 -2.971,2.549 -1.637,0.665 -2.853,0.456 -2.853,0.456 -1.137,-0.196 -2.544,0.459 -3.126,1.456l-1.337,2.29h6.423c0.581,-0.369 1.337,-0.673 2.27,-0.692 0.981,-0.02 1.903,0.234 2.694,0.692h17.16c0.698,-2.209 1.024,-4.544 0.933,-6.904l-2.018,-0.185s-0.739,0.153 -1.181,0.609c-0.077,0.124 -0.157,0.245 -0.244,0.362h-0.001c-0.026,0.065 -0.068,0.112 -0.115,0.149 -0.533,0.666 -1.238,1.209 -2.086,1.554 -1.237,0.503 -2.555,0.492 -3.717,0.067 -0.002,-0.001 -0.003,-0.001 -0.005,-0.002l-0.001,-0.001c-0.014,-0.005 -0.028,-0.011 -0.042,-0.016 -0.063,-0.024 -0.127,-0.048 -0.189,-0.074 -0.076,-0.032 -0.151,-0.066 -0.225,-0.102 0,-0 -0,0 -0.001,0 -0.074,-0.036 -0.147,-0.073 -0.22,-0.112 0,-0 -0,-0 -0.001,-0.001 -0.073,-0.039 -0.144,-0.08 -0.215,-0.123 0,-0 -0,0 -0.001,0 -0.071,-0.043 -0.141,-0.087 -0.209,-0.133v-0.001c-0.069,-0.046 -0.136,-0.094 -0.203,-0.143 0,-0 -0,-0 -0.001,-0.001 -0.067,-0.049 -0.132,-0.1 -0.196,-0.153 0,-0 -0,-0 -0.001,-0.001 -0.044,-0.036 -0.086,-0.074 -0.129,-0.111 -0.02,-0.018 -0.041,-0.034 -0.061,-0.052 -0.062,-0.056 -0.122,-0.113 -0.181,-0.173 -0.059,-0.059 -0.117,-0.12 -0.174,-0.182v-0.001c-0.113,-0.125 -0.221,-0.255 -0.322,-0.392 -0.051,-0.068 -0.1,-0.138 -0.147,-0.21v-0.001c-0.19,-0.286 -0.356,-0.594 -0.49,-0.924l-0.072,-0.177c-0.004,-0.012 -0.011,-0.025 -0.022,-0.038 -0.017,-0.021 -0.046,-0.043 -0.08,-0.065 -0.009,-0.005 -0.015,-0.01 -0.025,-0.016 -0.024,-0.014 -0.05,-0.028 -0.08,-0.043l-0.001,-0.001c-0.03,-0.014 -0.062,-0.029 -0.097,-0.043 -0.141,-0.059 -0.325,-0.119 -0.539,-0.177 -0.054,-0.015 -0.109,-0.029 -0.166,-0.043 -0.002,-0.001 -0.005,-0.001 -0.008,-0.002 -0.11,-0.027 -0.226,-0.054 -0.347,-0.079 -0.003,-0.001 -0.005,-0.002 -0.008,-0.002 -0.254,-0.053 -0.529,-0.102 -0.814,-0.142l-1.458,-0.207c-0.107,-0.015 -0.216,-0.023 -0.327,-0.024z" />
<path
android:fillColor="#028121"
android:pathData="m10.157,26.458c0.163,0.515 0.347,1.028 0.554,1.537 0.721,1.774 1.669,3.387 2.79,4.828l3.717,-6.365h-7.062zM20.377,26.458 L19.761,27.513c-0.59,1.019 -0.989,2.356 0.609,2.356h1.36c1.315,0 2.956,-0.915 3.645,-2.036 0,0 0.478,-0.774 1.424,-1.375h-6.423zM31.764,26.458c1.51,0.875 2.539,2.494 2.578,4.365 0.038,1.863 -0.915,3.516 -2.376,4.455h11.368c2.621,-2.422 4.534,-5.477 5.59,-8.82h-17.16zM21.73,31.99 L18.392,32.011c-0.633,0.029 -1.293,0.174 -1.745,0.833l-1.234,2.113c-0.062,0.107 -0.125,0.214 -0.188,0.321h11.444c-0.834,-0.585 -1.269,-1.269 -1.269,-1.269 -0.704,-1.11 -2.357,-2.02 -3.672,-2.02z" />
<path
android:fillColor="#004cff"
android:pathData="m15.226,35.278c-0.09,0.153 -0.179,0.306 -0.268,0.459 -0.582,0.996 -1.984,1.632 -3.117,1.413 0,0 -1.868,-0.362 -3.832,0.437 -2.805,1.14 -4.606,3.698 -4.916,6.51h15.828c-0.079,-0.716 -0.254,-1.433 -0.539,-2.134 -0.487,-1.198 -0.729,-1.46 -0.729,-1.46 -0.78,-0.849 -0.943,-2.36 -0.361,-3.356l0.178,-0.457c5.506,4.058 12.927,5.247 19.728,2.481 2.332,-0.948 4.39,-2.281 6.136,-3.893h-11.368c-0.776,0.499 -1.694,0.796 -2.684,0.816 -1.096,0.023 -1.972,-0.368 -2.612,-0.816h-11.444z" />
<path
android:fillColor="#708"
android:pathData="m3.092,44.097c-0.14,1.271 0.024,2.595 0.54,3.862 1.656,4.074 6.301,6.032 10.374,4.377 3.372,-1.371 5.293,-4.791 4.915,-8.239h-15.828z" />
</vector>

View File

@ -0,0 +1,27 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="52.917"
android:viewportHeight="52.917">
<group
android:scaleX="0.49"
android:scaleY="0.49"
android:translateX="13.493835"
android:translateY="13.493835">
<path
android:fillColor="#5bcefa"
android:pathData="m29.32,0.008c-2.481,0.026 -4.998,0.511 -7.435,1.502 -4.513,1.835 -8.009,5.107 -10.176,9.073h8.986c0.531,-0.441 1.136,-0.81 1.81,-1.084 2.435,-0.991 5.106,-0.486 6.996,1.084h17.873c-3.653,-6.697 -10.691,-10.653 -18.054,-10.575z" />
<path
android:fillColor="#f5a9b8"
android:pathData="m11.709,10.583c-1.751,3.205 -2.634,6.863 -2.483,10.583h10.519c-0.025,-0.647 -0.238,-1.281 -0.628,-1.723l-0.001,0.001 -0.397,-0.974c-1.158,-2.849 -0.27,-6.021 1.975,-7.887zM29.501,10.583c0.844,0.701 1.533,1.613 1.975,2.701l0.25,0.614c0.12,0.693 1.153,1.391 2.296,1.552l1.18,0.167c1.142,0.162 2.519,-0.54 3.059,-1.56 0,0 0.504,-0.954 2.059,-1.586 2.643,-1.074 5.656,0.197 6.731,2.84 0.067,0.167 0.125,0.334 0.175,0.502 0.176,0.39 0.495,0.59 0.812,0.691l1.495,0.137c-0.248,-1.331 -0.633,-2.656 -1.162,-3.959 -0.296,-0.727 -0.63,-1.427 -0.997,-2.1zM33.436,18.145 L33.437,18.146c-1.069,-0.006 -2.263,0.648 -2.773,1.561 0,0 -0.408,0.726 -1.237,1.459h9.461c-0.01,-0.009 -0.021,-0.018 -0.031,-0.027 -0.02,-0.018 -0.041,-0.034 -0.061,-0.052 -0.062,-0.056 -0.122,-0.113 -0.181,-0.173 -0.059,-0.059 -0.117,-0.12 -0.174,-0.182v-0.001c-0.113,-0.125 -0.221,-0.255 -0.322,-0.392 -0.051,-0.068 -0.1,-0.138 -0.147,-0.21v-0.001c-0.19,-0.286 -0.355,-0.594 -0.49,-0.924l-0.072,-0.177c-0.004,-0.012 -0.011,-0.025 -0.022,-0.038 -0.017,-0.021 -0.046,-0.043 -0.08,-0.065 -0.009,-0.005 -0.015,-0.01 -0.025,-0.016 -0.024,-0.014 -0.05,-0.028 -0.08,-0.043l-0.001,-0.001c-0.03,-0.014 -0.062,-0.029 -0.097,-0.043 -0.141,-0.059 -0.325,-0.119 -0.539,-0.177 -0.054,-0.015 -0.109,-0.029 -0.166,-0.043 -0.002,-0.001 -0.005,-0.001 -0.008,-0.002 -0.11,-0.027 -0.226,-0.054 -0.347,-0.079 -0.003,-0.001 -0.005,-0.002 -0.008,-0.002 -0.254,-0.053 -0.529,-0.102 -0.814,-0.142l-1.458,-0.207c-0.107,-0.015 -0.216,-0.023 -0.327,-0.024zM47.839,19.369s-0.739,0.153 -1.181,0.609c-0.077,0.124 -0.157,0.245 -0.244,0.362h-0.001c-0.026,0.065 -0.068,0.112 -0.115,0.149 -0.195,0.243 -0.413,0.47 -0.652,0.676h4.208c0.022,-0.535 0.024,-1.073 0.004,-1.612z" />
<path
android:fillColor="#fff"
android:pathData="m9.226,21.167c0.093,2.283 0.574,4.59 1.485,6.829 0.547,1.346 1.225,2.599 2.01,3.754h1.407l5.253,-8.995c0.269,-0.462 0.387,-1.03 0.365,-1.589zM29.426,21.167c-0.452,0.4 -1.027,0.802 -1.734,1.09 -1.637,0.665 -2.853,0.456 -2.853,0.456 -1.137,-0.196 -2.544,0.459 -3.126,1.456l-1.953,3.345c-0.59,1.019 -0.989,2.356 0.609,2.356h1.36c1.315,0 2.956,-0.915 3.645,-2.036 0,0 1.243,-2.017 3.694,-2.068 2.853,-0.059 5.212,2.206 5.272,5.058 0.006,0.316 -0.017,0.625 -0.065,0.927h12.088c2.11,-3.118 3.333,-6.787 3.49,-10.583h-4.208c-0.416,0.359 -0.896,0.659 -1.434,0.877 -1.237,0.503 -2.555,0.492 -3.717,0.067 -0.002,-0.001 -0.003,-0.001 -0.005,-0.002l-0.001,-0.001c-0.014,-0.005 -0.028,-0.011 -0.042,-0.016 -0.063,-0.024 -0.127,-0.048 -0.189,-0.074 -0.076,-0.032 -0.151,-0.066 -0.225,-0.102 0,-0 -0,0 -0.001,0 -0.074,-0.036 -0.147,-0.073 -0.22,-0.112 0,-0 -0,-0 -0.001,-0.001 -0.073,-0.039 -0.144,-0.08 -0.215,-0.123 0,-0 -0,0 -0.001,0 -0.071,-0.043 -0.141,-0.087 -0.209,-0.133v-0.001c-0.069,-0.046 -0.136,-0.094 -0.203,-0.143 0,-0 -0,-0 -0.001,-0.001 -0.067,-0.049 -0.132,-0.1 -0.196,-0.153 0,-0 -0,-0 -0.001,-0.001 -0.033,-0.027 -0.065,-0.056 -0.098,-0.084z" />
<path
android:fillColor="#f5a9b8"
android:pathData="m12.721,31.75c0.25,0.368 0.509,0.726 0.78,1.073l0.627,-1.073zM34.276,31.75c-0.387,2.42 -2.457,4.293 -4.994,4.344 -2.525,0.052 -3.88,-2.085 -3.88,-2.085 -0.704,-1.11 -2.357,-2.02 -3.672,-2.02l-3.338,0.021c-0.633,0.029 -1.293,0.174 -1.745,0.833l-1.234,2.113c-0.151,0.26 -0.304,0.52 -0.456,0.78 -0.582,0.996 -1.984,1.632 -3.117,1.413 0,0 -1.868,-0.362 -3.832,0.437 -2.203,0.895 -3.785,2.666 -4.514,4.747h15.026c-0.043,-0.124 -0.09,-0.247 -0.14,-0.37 -0.487,-1.198 -0.729,-1.46 -0.729,-1.46 -0.78,-0.849 -0.943,-2.36 -0.361,-3.356l0.178,-0.457c5.506,4.058 12.927,5.247 19.727,2.481 3.869,-1.573 6.989,-4.203 9.166,-7.421z" />
<path
android:fillColor="#5bcefa"
android:pathData="m3.494,42.333c-0.619,1.766 -0.623,3.756 0.137,5.626 1.656,4.073 6.301,6.032 10.374,4.377 3.95,-1.606 5.912,-6.023 4.516,-10.002z" />
</group>
</vector>

View File

@ -0,0 +1,47 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="52.917"
android:viewportHeight="52.917">
<group
android:scaleX="0.49"
android:scaleY="0.49"
android:translateX="13.493835"
android:translateY="13.493835">
<path
android:fillColor="#00000000"
android:pathData="m29.982,24.312c-0.862,-0.005 -1.823,0.521 -2.234,1.254 0,0 -0.781,1.394 -2.393,2.048 -1.319,0.534 -2.299,0.367 -2.299,0.367 -0.916,-0.158 -2.049,0.369 -2.518,1.17l-1.573,2.688c-0.475,0.819 -0.796,1.893 0.491,1.893h1.096c1.059,0 2.381,-0.736 2.937,-1.636 0,0 1.001,-1.621 2.976,-1.661 2.298,-0.047 4.199,1.773 4.247,4.064 0.047,2.292 -1.778,4.189 -4.076,4.235 -2.034,0.042 -3.126,-1.676 -3.126,-1.676 -0.567,-0.892 -1.898,-1.622 -2.958,-1.622l-2.689,0.017c-0.51,0.023 -1.042,0.14 -1.405,0.669l-0.994,1.698c-0.122,0.209 -0.245,0.418 -0.367,0.627 -0.469,0.8 -1.599,1.311 -2.511,1.136 0,0 -1.505,-0.291 -3.087,0.351 -3.281,1.33 -4.859,5.063 -3.525,8.335 1.334,3.273 5.076,4.847 8.357,3.517 3.281,-1.33 4.859,-5.063 3.525,-8.335 -0.392,-0.962 -0.587,-1.173 -0.587,-1.173 -0.629,-0.683 -0.76,-1.896 -0.291,-2.696l0.143,-0.367c4.436,3.261 10.413,4.216 15.892,1.993 6.563,-2.661 10.456,-9.086 10.198,-15.762l-1.625,-0.149s-0.595,0.123 -0.952,0.489c-0.062,0.1 -0.126,0.197 -0.197,0.291h-0.001c-0.021,0.053 -0.055,0.09 -0.093,0.12 -0.429,0.535 -0.997,0.972 -1.68,1.249 -0.996,0.404 -2.058,0.395 -2.994,0.054 -0.001,-0 -0.003,-0.001 -0.004,-0.001 0,-0 0,-0 -0.001,-0 -0.011,-0.004 -0.022,-0.009 -0.034,-0.013 -0.051,-0.019 -0.102,-0.039 -0.152,-0.06 -0.061,-0.026 -0.122,-0.053 -0.182,-0.082 0,-0 0,-0 -0.001,-0 -0.06,-0.029 -0.119,-0.059 -0.178,-0.09 0,-0 0,-0 -0.001,-0 -0.059,-0.031 -0.116,-0.064 -0.173,-0.099 0,-0 0,-0 -0.001,-0 -0.057,-0.034 -0.113,-0.07 -0.169,-0.107 -0,-0 0,-0 0,-0 -0.055,-0.037 -0.11,-0.075 -0.164,-0.115 0,-0 0,-0 -0.001,-0 -0.054,-0.04 -0.106,-0.081 -0.158,-0.123 0,-0 0,-0 -0.001,-0 -0.035,-0.029 -0.069,-0.059 -0.104,-0.089 -0.016,-0.014 -0.033,-0.028 -0.049,-0.042 -0.05,-0.045 -0.099,-0.091 -0.146,-0.139 -0.048,-0.048 -0.095,-0.096 -0.14,-0.147v-0c-0.091,-0.1 -0.178,-0.205 -0.259,-0.315 -0.041,-0.055 -0.081,-0.111 -0.119,-0.169v-0c-0.153,-0.229 -0.286,-0.478 -0.394,-0.743l-0.058,-0.142c-0.003,-0.01 -0.009,-0.02 -0.018,-0.031 -0.014,-0.017 -0.037,-0.034 -0.064,-0.052 -0.007,-0.004 -0.012,-0.009 -0.02,-0.013 -0.019,-0.011 -0.041,-0.023 -0.065,-0.034 0,-0 0,-0 -0.001,-0 -0.024,-0.011 -0.05,-0.023 -0.078,-0.035 -0.114,-0.047 -0.262,-0.096 -0.434,-0.143 -0,-0 0,-0 0,-0 -0.043,-0.012 -0.088,-0.023 -0.134,-0.035v-0c-0.002,-0 -0.004,-0.001 -0.006,-0.002 -0.088,-0.022 -0.182,-0.043 -0.279,-0.064 -0.002,-0 -0.004,-0.001 -0.007,-0.002 -0.204,-0.043 -0.426,-0.082 -0.656,-0.114l-1.175,-0.166c-0.086,-0.012 -0.174,-0.018 -0.263,-0.019z"
android:strokeWidth="1.3229"
android:strokeColor="#2c93c4"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="m18.446,25.356 l-0.32,-0.783c-1.154,-2.83 0.211,-6.058 3.049,-7.209 2.838,-1.151 6.073,0.21 7.227,3.041l0.201,0.494c0.097,0.557 0.929,1.118 1.85,1.247l0.951,0.134c0.92,0.13 2.029,-0.434 2.464,-1.253 0,0 0.406,-0.766 1.659,-1.274 2.129,-0.863 4.556,0.158 5.423,2.281 0.054,0.134 0.101,0.269 0.141,0.404 0.142,0.314 0.399,0.474 0.654,0.556l1.204,0.11c-0.199,-1.069 -0.51,-2.135 -0.936,-3.181 -3.406,-8.357 -12.96,-12.377 -21.336,-8.978 -8.378,3.397 -12.408,12.926 -9.002,21.282 0.581,1.426 1.345,2.721 2.247,3.879l4.737,-8.09c0.468,-0.801 0.374,-1.998 -0.212,-2.661z"
android:strokeWidth="1.3229"
android:strokeColor="#12d663"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="m42.715,43.963c1.556,1.768 4.983,2.177 4.686,4.041 -0.357,2.253 -2.35,0.701 -3.117,1.225 -0.826,0.565 -0.642,2.546 -2.483,2.227 -1.762,-0.306 -1.008,-3.993 -2.043,-5.286 -1.109,-1.387 -2.298,-2.872 -3.536,-4.414 0.988,-0.587 1.905,-1.258 2.745,-1.999 1.31,1.464 2.575,2.876 3.746,4.207z"
android:strokeWidth="1.3229"
android:strokeColor="#fff"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="m36.222,10.396c1.238,-1.543 2.428,-3.029 3.537,-4.416 1.035,-1.294 0.281,-4.98 2.043,-5.286 1.84,-0.319 1.656,1.662 2.483,2.227 0.767,0.524 2.76,-1.028 3.117,1.225 0.297,1.864 -3.131,2.273 -4.686,4.041 -1.172,1.331 -2.436,2.743 -3.747,4.208 -0.855,-0.753 -1.774,-1.421 -2.746,-1.998z"
android:strokeWidth="1.3229"
android:strokeColor="#fff"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="m14.44,12.644c-0.771,-0.923 -1.526,-1.822 -2.259,-2.685 -3.043,-3.586 -5.381,-1.423 -5.818,-3.65 -0.703,-3.585 2.773,-2.035 3.58,-2.727 0.863,-0.738 1.908,-4.098 4.149,-2.497 1.482,1.058 -1.092,4.357 0.607,6.812 0.656,0.949 1.365,1.919 2.113,2.903 -0.85,0.554 -1.642,1.171 -2.374,1.843z"
android:strokeWidth="1.3229"
android:strokeColor="#fff"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</group>
</vector>

View File

@ -0,0 +1,30 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="52.917"
android:viewportHeight="52.917">
<group
android:scaleX="0.49"
android:scaleY="0.49"
android:translateX="13.493835"
android:translateY="13.493835">
<path
android:fillColor="#e50000"
android:pathData="m29.32,0.008c-2.481,0.026 -4.998,0.511 -7.435,1.502 -3.825,1.555 -6.918,4.143 -9.092,7.31h33.497c-3.858,-5.621 -10.279,-8.882 -16.97,-8.811z" />
<path
android:fillColor="#ff8d00"
android:pathData="m12.793,8.82c-1.803,2.627 -2.974,5.652 -3.401,8.819h9.053c-0.878,-3.302 0.814,-6.819 4.061,-8.139 3.523,-1.433 7.539,0.261 8.971,3.784l0.25,0.614c0.12,0.693 1.153,1.391 2.296,1.552l1.18,0.167c1.142,0.162 2.519,-0.54 3.059,-1.56 0,0 0.504,-0.954 2.059,-1.586 2.643,-1.074 5.656,0.197 6.731,2.84 0.067,0.167 0.125,0.334 0.175,0.502 0.176,0.39 0.495,0.59 0.812,0.691l1.495,0.137c-0.248,-1.331 -0.633,-2.656 -1.162,-3.959 -0.564,-1.388 -1.267,-2.677 -2.082,-3.864h-33.497z" />
<path
android:fillColor="#fe0"
android:pathData="m9.391,17.639c-0.39,2.888 -0.162,5.893 0.765,8.82h7.062l2.163,-3.703c0.581,-0.997 0.464,-2.487 -0.263,-3.311l-0.001,0.001 -0.397,-0.974c-0.112,-0.275 -0.202,-0.553 -0.276,-0.832h-9.053zM33.436,18.146 L33.437,18.146c-1.069,-0.006 -2.263,0.648 -2.773,1.561 0,0 -0.969,1.735 -2.971,2.549 -1.637,0.665 -2.853,0.456 -2.853,0.456 -1.137,-0.196 -2.544,0.459 -3.126,1.456l-1.337,2.29h6.423c0.581,-0.369 1.337,-0.673 2.27,-0.692 0.981,-0.02 1.903,0.234 2.694,0.692h17.16c0.698,-2.209 1.024,-4.544 0.933,-6.904l-2.018,-0.185s-0.739,0.153 -1.181,0.609c-0.077,0.124 -0.157,0.245 -0.244,0.362h-0.001c-0.026,0.065 -0.068,0.112 -0.115,0.149 -0.533,0.666 -1.238,1.209 -2.086,1.554 -1.237,0.503 -2.555,0.492 -3.717,0.067 -0.002,-0.001 -0.003,-0.001 -0.005,-0.002l-0.001,-0.001c-0.014,-0.005 -0.028,-0.011 -0.042,-0.016 -0.063,-0.024 -0.127,-0.048 -0.189,-0.074 -0.076,-0.032 -0.151,-0.066 -0.225,-0.102 0,-0 -0,0 -0.001,0 -0.074,-0.036 -0.147,-0.073 -0.22,-0.112 0,-0 -0,-0 -0.001,-0.001 -0.073,-0.039 -0.144,-0.08 -0.215,-0.123 0,-0 -0,0 -0.001,0 -0.071,-0.043 -0.141,-0.087 -0.209,-0.133v-0.001c-0.069,-0.046 -0.136,-0.094 -0.203,-0.143 0,-0 -0,-0 -0.001,-0.001 -0.067,-0.049 -0.132,-0.1 -0.196,-0.153 0,-0 -0,-0 -0.001,-0.001 -0.044,-0.036 -0.086,-0.074 -0.129,-0.111 -0.02,-0.018 -0.041,-0.034 -0.061,-0.052 -0.062,-0.056 -0.122,-0.113 -0.181,-0.173 -0.059,-0.059 -0.117,-0.12 -0.174,-0.182v-0.001c-0.113,-0.125 -0.221,-0.255 -0.322,-0.392 -0.051,-0.068 -0.1,-0.138 -0.147,-0.21v-0.001c-0.19,-0.286 -0.356,-0.594 -0.49,-0.924l-0.072,-0.177c-0.004,-0.012 -0.011,-0.025 -0.022,-0.038 -0.017,-0.021 -0.046,-0.043 -0.08,-0.065 -0.009,-0.005 -0.015,-0.01 -0.025,-0.016 -0.024,-0.014 -0.05,-0.028 -0.08,-0.043l-0.001,-0.001c-0.03,-0.014 -0.062,-0.029 -0.097,-0.043 -0.141,-0.059 -0.325,-0.119 -0.539,-0.177 -0.054,-0.015 -0.109,-0.029 -0.166,-0.043 -0.002,-0.001 -0.005,-0.001 -0.008,-0.002 -0.11,-0.027 -0.226,-0.054 -0.347,-0.079 -0.003,-0.001 -0.005,-0.002 -0.008,-0.002 -0.254,-0.053 -0.529,-0.102 -0.814,-0.142l-1.458,-0.207c-0.107,-0.015 -0.216,-0.023 -0.327,-0.024z" />
<path
android:fillColor="#028121"
android:pathData="m10.157,26.458c0.163,0.515 0.347,1.028 0.554,1.537 0.721,1.774 1.669,3.387 2.79,4.828l3.717,-6.365h-7.062zM20.377,26.458 L19.761,27.513c-0.59,1.019 -0.989,2.356 0.609,2.356h1.36c1.315,0 2.956,-0.915 3.645,-2.036 0,0 0.478,-0.774 1.424,-1.375h-6.423zM31.764,26.458c1.51,0.875 2.539,2.494 2.578,4.365 0.038,1.863 -0.915,3.516 -2.376,4.455h11.368c2.621,-2.422 4.534,-5.477 5.59,-8.82h-17.16zM21.73,31.99 L18.392,32.011c-0.633,0.029 -1.293,0.174 -1.745,0.833l-1.234,2.113c-0.062,0.107 -0.125,0.214 -0.188,0.321h11.444c-0.834,-0.585 -1.269,-1.269 -1.269,-1.269 -0.704,-1.11 -2.357,-2.02 -3.672,-2.02z" />
<path
android:fillColor="#004cff"
android:pathData="m15.226,35.278c-0.09,0.153 -0.179,0.306 -0.268,0.459 -0.582,0.996 -1.984,1.632 -3.117,1.413 0,0 -1.868,-0.362 -3.832,0.437 -2.805,1.14 -4.606,3.698 -4.916,6.51h15.828c-0.079,-0.716 -0.254,-1.433 -0.539,-2.134 -0.487,-1.198 -0.729,-1.46 -0.729,-1.46 -0.78,-0.849 -0.943,-2.36 -0.361,-3.356l0.178,-0.457c5.506,4.058 12.927,5.247 19.728,2.481 2.332,-0.948 4.39,-2.281 6.136,-3.893h-11.368c-0.776,0.499 -1.694,0.796 -2.684,0.816 -1.096,0.023 -1.972,-0.368 -2.612,-0.816h-11.444z" />
<path
android:fillColor="#708"
android:pathData="m3.092,44.097c-0.14,1.271 0.024,2.595 0.54,3.862 1.656,4.074 6.301,6.032 10.374,4.377 3.372,-1.371 5.293,-4.791 4.915,-8.239h-15.828z" />
</group>
</vector>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_bubbles_pink_background">#000000</color>
</resources>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_bubbles_pirate_background">#000000</color>
</resources>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_bubbles_pride_background">#000000</color>
</resources>

View File

@ -758,6 +758,9 @@
<item>Fedilab</item>
<item>Fedilab UA</item>
<item>Fedilab Pea Green</item>
<item>FediPride</item>
<item>FediPink</item>
<item>FediPirate</item>
<item>Fediverse</item>
<item>SuperHero</item>
<item>Atom</item>
@ -768,6 +771,9 @@
<item>Bubbles</item>
<item>BubblesUA</item>
<item>BubblesPeaGreen</item>
<item>BubblesPride</item>
<item>BubblesPink</item>
<item>BubblesPirate</item>
<item>Fediverse</item>
<item>Hero</item>
<item>Atom</item>
@ -779,6 +785,9 @@
<item>@drawable/ic_launcher_bubbles_foreground</item>
<item>@drawable/ic_launcher_bubbles_ua_foreground</item>
<item>@drawable/ic_launcher_bubbles_pea_green_foreground</item>
<item>@drawable/ic_launcher_bubbles_pride_foreground</item>
<item>@drawable/ic_launcher_bubbles_pink_foreground</item>
<item>@drawable/ic_launcher_bubbles_pirate_foreground</item>
<item>@drawable/ic_launcher_fediverse_foreground</item>
<item>@drawable/ic_launcher_hero_foreground</item>
<item>@drawable/ic_launcher_atom_foreground</item>