Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 84 additions & 0 deletions androidApp/src/main/res/drawable/logo_appicon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="256dp"
android:height="256dp"
android:viewportWidth="256"
android:viewportHeight="256">
<path
android:fillColor="#FFFFFFFF"
android:pathData="M107.035,209.908C110.353,212.918 115.269,213.354 119.065,210.975L206.794,155.99C211.286,153.174 211.847,146.848 207.92,143.286L154.784,95.0819C151.466,92.0718 146.55,91.6358 142.754,94.0151L55.0252,149C50.5333,151.816 49.9723,158.142 53.8987,161.704L107.035,209.908Z" />
<path android:pathData="M107.035,209.908C110.353,212.918 115.269,213.354 119.065,210.975L206.794,155.99C211.286,153.174 211.847,146.848 207.92,143.286L154.784,95.0819C151.466,92.0718 146.55,91.6358 142.754,94.0151L55.0252,149C50.5333,151.816 49.9723,158.142 53.8987,161.704L107.035,209.908Z">
<aapt:attr name="android:fillColor">
<gradient
android:endX="166.233"
android:endY="181.853"
android:startX="103.958"
android:startY="114.692"
android:type="linear">
<item
android:color="#FF8BB5EF"
android:offset="0" />
<item
android:color="#008BB5EF"
android:offset="1" />
</gradient>
</aapt:attr>
</path>
<path
android:fillColor="#FFFFFFFF"
android:pathData="M149.51,44.5936C146.192,41.5835 141.277,41.1476 137.481,43.5268L49.7518,98.512C45.2599,101.327 44.6988,107.654 48.6252,111.216L101.762,159.42C105.08,162.43 109.995,162.866 113.791,160.487L201.52,105.501C206.012,102.686 206.573,96.3595 202.647,92.7976L149.51,44.5936Z" />
<path android:pathData="M149.51,44.5936C146.192,41.5835 141.277,41.1476 137.481,43.5268L49.7518,98.512C45.2599,101.327 44.6988,107.654 48.6252,111.216L101.762,159.42C105.08,162.43 109.995,162.866 113.791,160.487L201.52,105.501C206.012,102.686 206.573,96.3595 202.647,92.7976L149.51,44.5936Z">
<aapt:attr name="android:fillColor">
<gradient
android:endX="90.3142"
android:endY="72.6483"
android:startX="152.589"
android:startY="139.809"
android:type="linear">
<item
android:color="#008BB5EF"
android:offset="0" />
<item
android:color="#FF8BB5EF"
android:offset="1" />
</gradient>
</aapt:attr>
</path>
<path android:pathData="M137.215,43.1032C141.201,40.605 146.363,41.0626 149.847,44.2233L202.982,92.4274C207.154,96.2119 206.559,102.933 201.786,105.924L114.057,160.91C110.071,163.408 104.91,162.95 101.426,159.79L48.2891,111.586C44.1175,107.801 44.7137,101.079 49.4863,98.0876L137.215,43.1032ZM149.175,44.9635C146.023,42.1039 141.352,41.6896 137.746,43.9499L50.0176,98.9352C45.8064,101.575 45.28,107.506 48.9609,110.845L102.098,159.049C105.25,161.909 109.919,162.322 113.525,160.062L201.255,105.078C205.466,102.438 205.992,96.5069 202.311,93.1676L149.175,44.9635Z">
<aapt:attr name="android:fillColor">
<gradient
android:endX="121.305"
android:endY="87.1686"
android:startX="142.305"
android:startY="44.6686"
android:type="linear">
<item
android:color="#FFFFFFFF"
android:offset="0" />
<item
android:color="#FFB9D6FE"
android:offset="1" />
</gradient>
</aapt:attr>
</path>
<path android:pathData="M142.488,93.5915C146.474,91.0932 151.636,91.5509 155.12,94.7116L208.256,142.916C212.428,146.7 211.832,153.421 207.06,156.413L119.33,211.398C115.344,213.896 110.183,213.439 106.699,210.278L53.5625,162.074C49.3909,158.289 49.9872,151.567 54.7598,148.576L142.488,93.5915ZM154.448,95.4518C151.296,92.5922 146.626,92.1778 143.02,94.4382L55.291,149.424C51.0799,152.063 50.5534,157.994 54.2344,161.334L107.371,209.538C110.523,212.397 115.193,212.811 118.799,210.55L206.528,155.566C210.74,152.927 211.265,146.995 207.584,143.656L154.448,95.4518Z">
<aapt:attr name="android:fillColor">
<gradient
android:endX="114.242"
android:endY="212.832"
android:startX="148.5"
android:startY="92"
android:type="linear">
<item
android:color="#FFE6EFFB"
android:offset="0" />
<item
android:color="#FFFFFFFF"
android:offset="0.457473" />
<item
android:color="#FFB9D6FE"
android:offset="1" />
</gradient>
</aapt:attr>
</path>
</vector>
6 changes: 3 additions & 3 deletions androidApp/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -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" />
</adaptive-icon>
<background android:drawable="@android:color/white" />
<foreground android:drawable="@drawable/logo_appicon" />
</adaptive-icon>
Original file line number Diff line number Diff line change
@@ -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" />
</adaptive-icon>
<background android:drawable="@android:color/white" />
<foreground android:drawable="@drawable/logo_appicon" />
</adaptive-icon>
Binary file modified androidApp/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified androidApp/src/main/res/mipmap-hdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified androidApp/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified androidApp/src/main/res/mipmap-mdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified androidApp/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified androidApp/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified androidApp/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified androidApp/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified androidApp/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified androidApp/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="52dp"
android:height="52dp"
android:viewportWidth="52"
android:viewportHeight="52">
<path
android:fillColor="#FFB9D6FE"
android:pathData="M25.2745,12.2647C25.6689,11.849 26.3311,11.849 26.7255,12.2647L32.0441,17.8708C32.1285,17.9597 32.2285,18.0324 32.3392,18.0851L39.3144,21.4111C39.8316,21.6577 40.0362,22.2875 39.7628,22.791L36.0746,29.5817C36.0161,29.6894 35.9779,29.807 35.9619,29.9286L34.9542,37.5902C34.8795,38.1583 34.3437,38.5475 33.7804,38.443L26.1824,37.0338C26.0618,37.0115 25.9382,37.0115 25.8176,37.0338L18.2196,38.443C17.6563,38.5475 17.1205,38.1583 17.0458,37.5902L16.0381,29.9286C16.0221,29.807 15.9839,29.6894 15.9254,29.5817L12.2372,22.791C11.9638,22.2875 12.1684,21.6577 12.6856,21.4111L19.6608,18.0851C19.7715,18.0324 19.8715,17.9597 19.9559,17.8708L25.2745,12.2647Z" />
</vector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="52dp"
android:height="52dp"
android:viewportWidth="52"
android:viewportHeight="52">
<path
android:fillColor="#FFB9D6FE"
android:pathData="M25.2526,12.3409C25.6504,11.8934 26.3496,11.8934 26.7474,12.3409L31.0294,17.1585C31.1726,17.3197 31.3641,17.4302 31.5752,17.4737L37.8884,18.7732C38.4749,18.8939 38.8245,19.4995 38.6358,20.0678L36.6046,26.1849C36.5367,26.3895 36.5367,26.6105 36.6046,26.8151L38.6358,32.9322C38.8245,33.5005 38.4749,34.1061 37.8884,34.2268L31.5752,35.5263C31.3641,35.5698 31.1726,35.6803 31.0294,35.8415L26.7474,40.6591C26.3496,41.1066 25.6504,41.1066 25.2526,40.6591L20.9706,35.8415C20.8274,35.6803 20.6359,35.5698 20.4248,35.5263L14.1116,34.2268C13.5251,34.1061 13.1755,33.5005 13.3642,32.9322L15.3954,26.8151C15.4633,26.6105 15.4633,26.3895 15.3954,26.1849L13.3642,20.0678C13.1755,19.4995 13.5251,18.8939 14.1116,18.7732L20.4248,17.4737C20.6359,17.4302 20.8274,17.3197 20.9706,17.1585L25.2526,12.3409Z" />
</vector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="52dp"
android:height="52dp"
android:viewportWidth="52"
android:viewportHeight="52">
<path
android:fillColor="#FFB9D6FE"
android:pathData="M25.2032,12.5509C25.6033,12.0231 26.3967,12.0231 26.7968,12.5509L29.6647,16.3331C29.883,16.621 30.2397,16.7688 30.5977,16.7196L35.3001,16.073C35.9562,15.9828 36.5172,16.5438 36.427,17.1999L35.7804,21.9023C35.7312,22.2603 35.879,22.617 36.1669,22.8353L39.9491,25.7032C40.4769,26.1033 40.4769,26.8967 39.9491,27.2968L36.1669,30.1647C35.879,30.383 35.7312,30.7397 35.7804,31.0977L36.427,35.8001C36.5172,36.4562 35.9562,37.0172 35.3001,36.927L30.5977,36.2804C30.2397,36.2312 29.883,36.379 29.6647,36.6669L26.7968,40.4491C26.3967,40.9769 25.6033,40.9769 25.2032,40.4491L22.3353,36.6669C22.117,36.379 21.7603,36.2312 21.4023,36.2804L16.6999,36.927C16.0438,37.0172 15.4828,36.4562 15.573,35.8001L16.2196,31.0977C16.2688,30.7397 16.121,30.383 15.8331,30.1647L12.0509,27.2968C11.5231,26.8967 11.5231,26.1033 12.0509,25.7032L15.8331,22.8353C16.121,22.617 16.2688,22.2603 16.2196,21.9023L15.573,17.1999C15.4828,16.5438 16.0438,15.9828 16.6999,16.073L21.4023,16.7196C21.7603,16.7688 22.117,16.621 22.3353,16.3331L25.2032,12.5509Z" />
</vector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="52dp"
android:height="52dp"
android:viewportWidth="52"
android:viewportHeight="52">
<path
android:fillColor="#FFB9D6FE"
android:pathData="M25.1961,12.5867C25.5958,12.0464 26.4042,12.0464 26.8039,12.5867L28.4774,14.8488C28.7543,15.2232 29.2531,15.3569 29.6801,15.1711L32.2604,14.0488C32.8768,13.7807 33.5769,14.1849 33.6529,14.8527L33.971,17.6484C34.0237,18.1112 34.3888,18.4763 34.8515,18.529L37.6473,18.8471C38.3151,18.9231 38.7193,19.6232 38.4512,20.2396L37.3289,22.8199C37.1431,23.2469 37.2768,23.7457 37.6512,24.0226L39.9133,25.6961C40.4536,26.0958 40.4536,26.9042 39.9133,27.3039L37.6512,28.9774C37.2768,29.2543 37.1431,29.7531 37.3289,30.1801L38.4512,32.7604C38.7193,33.3768 38.3151,34.0769 37.6473,34.1529L34.8516,34.471C34.3888,34.5237 34.0237,34.8888 33.971,35.3515L33.6529,38.1473C33.5769,38.8151 32.8768,39.2193 32.2604,38.9512L29.6801,37.8289C29.2531,37.6431 28.7543,37.7768 28.4774,38.1512L26.8039,40.4133C26.4042,40.9536 25.5958,40.9536 25.1961,40.4133L23.5226,38.1512C23.2457,37.7768 22.7469,37.6431 22.3199,37.8289L19.7396,38.9512C19.1232,39.2193 18.4231,38.8151 18.3471,38.1473L18.029,35.3516C17.9763,34.8888 17.6112,34.5237 17.1484,34.471L14.3527,34.1529C13.6849,34.0769 13.2807,33.3768 13.5488,32.7604L14.6711,30.1801C14.8569,29.7531 14.7232,29.2543 14.3488,28.9774L12.0867,27.3039C11.5464,26.9042 11.5464,26.0958 12.0867,25.6961L14.3488,24.0226C14.7232,23.7457 14.8569,23.2469 14.6711,22.8199L13.5488,20.2396C13.2807,19.6232 13.6849,18.9231 14.3527,18.8471L17.1484,18.529C17.6112,18.4763 17.9763,18.1112 18.029,17.6484L18.3471,14.8527C18.4231,14.1849 19.1232,13.7807 19.7396,14.0488L22.3199,15.1711C22.7469,15.3569 23.2457,15.2232 23.5226,14.8488L25.1961,12.5867Z" />
</vector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="52dp"
android:height="52dp"
android:viewportWidth="52"
android:viewportHeight="52">
<path
android:fillColor="#FF506381"
android:pathData="M27.4074,26.4102L12.1233,34.024C11.7065,34.2316 11.2356,34.4427 11.0675,34.877C10.9003,35.3089 11.0436,35.7972 11.4978,36.1326L22.2696,42.5026C23.927,43.3192 24.2584,42.9926 25.4186,42.5026L41.4957,33.6827C41.8794,33.4967 42.1646,32.8693 41.8923,32.3279C41.7129,31.9713 41.3159,31.7974 40.9579,31.6208L30.3914,26.41C29.2306,25.6794 28.0704,26.0835 27.4074,26.4102Z" />
<path
android:fillColor="#FF7E94BB"
android:pathData="M27.4074,21.4102L12.1233,29.024C11.7065,29.2316 11.2356,29.4427 11.0675,29.877C10.9003,30.3089 11.0436,30.7972 11.4978,31.1326L22.2696,37.5026C23.927,38.3192 24.2584,37.9926 25.4186,37.5026L41.4957,28.6827C41.8794,28.4967 42.1646,27.8693 41.8923,27.3279C41.7129,26.9713 41.3159,26.7974 40.9579,26.6208L30.3914,21.41C29.2306,20.6794 28.0704,21.0835 27.4074,21.4102Z" />
<path
android:fillColor="#FF8BB5EF"
android:pathData="M27.4074,16.4102L12.1233,24.024C11.7065,24.2316 11.2356,24.4427 11.0675,24.877C10.9003,25.3089 11.0436,25.7972 11.4978,26.1326L22.2696,32.5026C23.927,33.3192 24.2584,32.9926 25.4186,32.5026L41.4957,23.6827C41.8794,23.4967 42.1646,22.8693 41.8923,22.3279C41.7129,21.9713 41.3159,21.7974 40.9579,21.6208L30.3914,16.41C29.2306,15.6794 28.0704,16.0835 27.4074,16.4102Z" />
<path
android:fillColor="#FFB9D6FE"
android:pathData="M27.9269,11L12.9137,11.6428C12.5607,11.6579 11.8548,11.7953 11.567,12.0002C10.5508,12.7237 11.6567,13.6843 12.7097,14.3531L20.5271,19.3183C21.5567,19.9837 22.672,20.0392 23.101,19.9837L39.0309,18.9294C40.1288,18.8567 41.6012,17.9464 40.6954,17.3219L30.5007,11.6655C29.5999,11.1276 28.4095,10.9977 27.9269,11Z" />
</vector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="52dp"
android:height="52dp"
android:viewportWidth="52"
android:viewportHeight="52">
<path
android:fillColor="#FF7E94BB"
android:pathData="M27.4074,24.4102L12.1233,32.024C11.7065,32.2316 11.2356,32.4427 11.0675,32.877C10.9003,33.3089 11.0436,33.7972 11.4978,34.1326L22.2696,40.5026C23.927,41.3192 24.2584,40.9926 25.4186,40.5026L41.4957,31.6827C41.8794,31.4967 42.1646,30.8693 41.8923,30.3279C41.7129,29.9713 41.3159,29.7974 40.9579,29.6208L30.3914,24.41C29.2306,23.6794 28.0704,24.0835 27.4074,24.4102Z" />
<path
android:fillColor="#FFB9D6FE"
android:pathData="M23.6466,12.6293L13.5271,23.4616C12.2253,24.8551 12.5369,27.0936 14.1699,28.0785L21.8996,32.7405C23.1162,33.4742 24.6807,33.254 25.6474,32.2129L36.2619,20.782C37.6277,19.3112 37.1919,16.94 35.3924,16.051L27.1676,11.9876C25.9809,11.4013 24.5502,11.662 23.6466,12.6293Z" />
</vector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="52dp"
android:height="52dp"
android:viewportWidth="52"
android:viewportHeight="52">
<path
android:fillColor="#FF506381"
android:pathData="M27.4074,26.4102L12.1233,34.024C11.7065,34.2316 11.2356,34.4427 11.0675,34.877C10.9003,35.3089 11.0436,35.7972 11.4978,36.1326L22.2696,42.5026C23.927,43.3192 24.2584,42.9926 25.4186,42.5026L41.4957,33.6827C41.8794,33.4967 42.1646,32.8693 41.8923,32.3279C41.7129,31.9713 41.3159,31.7974 40.9579,31.6208L30.3914,26.41C29.2306,25.6794 28.0704,26.0835 27.4074,26.4102Z" />
<path
android:fillColor="#FF7E94BB"
android:pathData="M25.7088,18.5304L11.4995,28.5678C10.321,29.4003 10.385,31.1688 11.6205,31.914L15.494,34.2502L20.2832,37.1386C21.3163,37.7617 22.6222,37.7053 23.5977,36.9955L38.325,26.2789C39.5408,25.3942 39.3822,23.5347 38.0341,22.8687L28.7685,18.291C27.7819,17.8036 26.6076,17.8954 25.7088,18.5304Z" />
<path
android:fillColor="#FFB9D6FE"
android:pathData="M29.3823,11.724L14.3835,10.8047C14.0309,10.7831 13.3145,10.8466 13.007,11.0204C11.9212,11.6345 12.9214,12.7048 13.8993,13.4793L21.159,19.2292C22.1139,19.9979 23.2174,20.1688 23.6498,20.1582L39.6032,20.7632C40.7027,20.8049 42.2617,20.0524 41.4256,19.3373L31.8731,12.6531C31.033,12.0246 29.8625,11.7718 29.3823,11.724Z" />
</vector>
Loading