Skip to content

Commit

Permalink
Improve the launch_foreground drawable
Browse files Browse the repository at this point in the history
  • Loading branch information
Abestanis committed Jun 22, 2022
1 parent d8bb736 commit dd56fe1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions android/app/src/main/res/drawable-v24/launch_foreground.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@
android:pathData="M623.7,347.6 L1017,688.5 765.4,964.8 420.9,665.4 519.4,552.3 544.8,409.8Z">
<aapt:attr name="android:fillColor">
<gradient
android:startX="506.4"
android:startX="556.4"
android:startY="556.9"
android:endX="867.9"
android:endY="762.3"
android:endX="857.9"
android:endY="752.3"
android:type="linear">
<item android:offset="0" android:color="#FF6C3FFF"/>
<item android:offset="1" android:color="#00FFFFFF"/>
<item android:offset="0.2" android:color="#C36C3FFF"/>
<item android:offset="0.4" android:color="#676C3FFF"/>
<item android:offset="0.6" android:color="#376C3FFF"/>
<item android:offset="0.8" android:color="#106C3FFF"/>
<item android:offset="1" android:color="#006C3FFF"/>
</gradient>
</aapt:attr>
</path>
Expand Down

0 comments on commit dd56fe1

Please sign in to comment.