Skip to content

Commit

Permalink
Update icon colour
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiram-67 authored Jul 12, 2024
1 parent 910e369 commit 3e76e5f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/src/main/res/drawable/launcher_foreground.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,39 +9,39 @@
android:translateX="16.2"
android:translateY="16.2">
<path
android:fillColor="#7F4285F4"
android:fillColor="#9f00ff"
android:pathData="M67.4,23.96l13.79,-2.43a6,6 0,0 1,2.08 11.82l-13.79,2.43z"
android:strokeWidth="0" />
<path
android:fillColor="#4285F4"
android:fillColor="#9f00ff"
android:pathData="M20,76a10,10 0,1 0,20 0a10,10 0,1 0,-20 0z"
android:strokeWidth="0" />
<path
android:fillColor="#4285F4"
android:fillColor="#9f00ff"
android:pathData="M34,36h6v40h-6z"
android:strokeWidth="0" />
<path
android:fillColor="#4285F4"
android:fillColor="#9f00ff"
android:pathData="M53.73,26.47l13.79,-2.43l2.08,11.82l-13.79,2.43z"
android:strokeWidth="0" />
<path
android:fillColor="#4285F4"
android:fillColor="#9f00ff"
android:pathData="M34,36a6,6 0,1 0,12 0a6,6 0,1 0,-12 0z"
android:strokeWidth="0" />
<path
android:fillColor="#4285F4"
android:fillColor="#9f00ff"
android:pathData="M49,32.33a6,6 0,1 0,12 0a6,6 0,1 0,-12 0z"
android:strokeWidth="0" />
<path
android:fillColor="#4285F4"
android:fillColor="#9f00ff"
android:pathData="M54,70a10,10 0,1 0,20 0a10,10 0,1 0,-20 0z"
android:strokeWidth="0" />
<path
android:fillColor="#4285F4"
android:fillColor="#9f00ff"
android:pathData="M68,30h6v40h-6z"
android:strokeWidth="0" />
<path
android:fillColor="#4285F4"
android:fillColor="#9f00ff"
android:pathData="M62,30a6,6 0,1 0,12 0a6,6 0,1 0,-12 0z"
android:strokeWidth="0" />
</group>
Expand Down

0 comments on commit 3e76e5f

Please sign in to comment.