Skip to content

Commit

Permalink
Update launcher icon
Browse files Browse the repository at this point in the history
  • Loading branch information
karasevm committed Jan 13, 2023
1 parent 2b9f9ca commit c901053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
android:translateY="24.3">
<path
android:pathData="M12,6c2.62,0 4.88,1.86 5.39,4.43l0.3,1.5 1.53,0.11c1.56,0.1 2.78,1.41 2.78,2.96 0,1.65 -1.35,3 -3,3H6c-2.21,0 -4,-1.79 -4,-4 0,-2.05 1.53,-3.76 3.56,-3.97l1.07,-0.11 0.5,-0.95C8.08,7.14 9.94,6 12,6m0,-2C9.11,4 6.6,5.64 5.35,8.04 2.34,8.36 0,10.91 0,14c0,3.31 2.69,6 6,6h13c2.76,0 5,-2.24 5,-5 0,-2.64 -2.05,-4.78 -4.65,-4.96C18.67,6.59 15.64,4 12,4z"
android:fillColor="#000000"/>
android:fillColor="#FFFFFF"/>
<path
android:pathData="M14.8929,10.0714L14.4107,10.0714L14.4107,9.1071C14.4107,7.7764 13.3307,6.6964 12,6.6964 10.6693,6.6964 9.5893,7.7764 9.5893,9.1071L9.5893,10.0714L9.1071,10.0714C8.5768,10.0714 8.1429,10.5054 8.1429,11.0357l0,4.8214c0,0.5304 0.4339,0.9643 0.9643,0.9643l5.7857,0c0.5304,0 0.9643,-0.4339 0.9643,-0.9643L15.8571,11.0357C15.8571,10.5054 15.4232,10.0714 14.8929,10.0714ZM10.5536,9.1071c0,-0.8004 0.6461,-1.4464 1.4464,-1.4464 0.8004,0 1.4464,0.6461 1.4464,1.4464L13.4464,10.0714L10.5536,10.0714ZM14.8929,15.8571L9.1071,15.8571L9.1071,11.0357l5.7857,0zM12,14.4107c0.5304,0 0.9643,-0.4339 0.9643,-0.9643 0,-0.5304 -0.4339,-0.9643 -0.9643,-0.9643 -0.5304,0 -0.9643,0.4339 -0.9643,0.9643 0,0.5304 0.4339,0.9643 0.9643,0.9643z"
android:fillColor="#000000"/>
android:fillColor="#FFFFFF"/>
</group>
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/values/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#3773C1</color>
<color name="ic_launcher_background">#498EE8</color>
</resources>

0 comments on commit c901053

Please sign in to comment.