Skip to content

Commit

Permalink
[app] update splash icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Nov 12, 2023
1 parent 6900fa8 commit f586878
Showing 1 changed file with 16 additions and 24 deletions.
40 changes: 16 additions & 24 deletions android/app/src/main/res/drawable/animated_splash_logo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,22 @@
android:fillColor="@color/md_blue_a700"
android:pathData="M 0.064 54 C 0.064 24.177 24.241 0 54.064 0 C 83.888 0 108.064 24.177 108.064 54 C 108.064 83.823 83.888 108 54.064 108 C 24.241 108 0.064 83.823 0.064 54 Z"
android:strokeWidth="1" />
<path
android:name="path_3"
android:pathData="M 31 63.928 C 31 63.928 37.4 52.928 43.1 50.828 C 50.3 48.228 69.1 49.428 69.1 49.428 L 107.2 87.528 L 107 108.928 L 75 107.928 L 31 63.928 Z">
<aapt:attr name="android:fillColor">
<gradient
android:endX="85.84757"
android:endY="92.4963"
android:startX="42.9492"
android:startY="49.59793"
android:type="linear">
<item
android:color="#44000000"
android:offset="0.0" />
<item
android:color="#00000000"
android:offset="1.0" />
</gradient>
</aapt:attr>
</path>
<path
android:name="path_2"
android:fillColor="#ffffff"
android:pathData="M 65.364 45.828 L 69.164 39.228 C 69.364 38.828 69.264 38.328 68.864 38.128 C 68.464 37.928 67.964 38.028 67.764 38.428 L 63.864 45.128 C 57.564 42.328 50.464 42.328 44.164 45.128 L 40.264 38.428 C 40.064 38.028 39.564 37.928 39.164 38.128 C 38.864 38.328 38.764 38.828 38.964 39.228 L 42.764 45.828 C 36.264 49.428 31.764 56.028 31.064 63.928 L 77.064 63.928 C 76.364 56.028 71.864 49.428 65.364 45.828 Z M 43.464 57.328 C 42.664 57.328 41.964 56.828 41.664 56.128 C 41.364 55.428 41.564 54.628 42.064 54.028 C 42.564 53.528 43.464 53.328 44.164 53.628 C 44.864 53.928 45.364 54.628 45.364 55.428 C 45.364 56.528 44.564 57.328 43.464 57.328 Z M 64.664 57.328 C 63.864 57.328 63.164 56.828 62.864 56.128 C 62.564 55.428 62.764 54.628 63.264 54.028 C 63.764 53.528 64.664 53.328 65.364 53.628 C 66.064 53.928 66.564 54.628 66.564 55.428 C 66.564 56.528 65.664 57.328 64.664 57.328 Z"
android:strokeWidth="1" />
<group
android:scaleX="1.23"
android:scaleY="1.23"
android:translateX="-12.42"
android:translateY="-12.42">
<group
android:scaleX="1.6704"
android:scaleY="1.6704"
android:translateX="33.9552"
android:translateY="33.9552">
<path
android:fillColor="#ffffff"
android:pathData="M3.783,2.826L12,1L20.217,2.826C20.674,2.928 21,3.333 21,3.802V13.789C21,15.795 19.997,17.668 18.328,18.781L12,23L5.672,18.781C4.003,17.668 3,15.795 3,13.789V3.802C3,3.333 3.326,2.928 3.783,2.826ZM13,10V5L8,12H11V17L16,10H13Z" />
</group>

</group>
</group>
</vector>
</aapt:attr>
Expand Down

0 comments on commit f586878

Please sign in to comment.