Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Add themed app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Oct 22, 2022
1 parent cd6fbec commit 3946578
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app/src/main/res/drawable/ic_launcher_foreground_themed.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="432dp"
android:height="432dp"
android:viewportWidth="432"
android:viewportHeight="432">
<path
android:fillColor="#000000"
android:pathData="M172,138C172,136.9 172.9,136 174,136H258C259.11,136 260,136.9 260,138V148H172V138Z" />
<path
android:fillColor="#000000"
android:pathData="M152,162C152,160.9 152.9,160 154,160H204V172H152V162Z" />
<path
android:fillColor="#000000"
android:pathData="M280,160H216V172H228V208L216,220V236H244V292L248,296L252,292V236H280V220L268,208V172H280V160Z" />
<path
android:fillColor="#000000"
android:fillType="evenOdd"
android:pathData="M124,184H216V203.03L206.34,212.69C204.84,214.19 204,216.22 204,218.34V244C204,246.21 205.79,248 208,248H232V272H124C121.79,272 120,270.21 120,268V188C120,185.79 121.79,184 124,184ZM146,208C144.9,208 144,208.9 144,210V218C144,219.1 144.9,220 146,220H178C179.1,220 180,219.1 180,218V210C180,208.9 179.1,208 178,208H146ZM146,236C144.9,236 144,236.9 144,238V246C144,247.1 144.9,248 146,248H178C179.1,248 180,247.1 180,246V238C180,236.9 179.1,236 178,236H146Z" />
<path
android:fillColor="#000000"
android:pathData="M264,272H308C310.21,272 312,270.21 312,268V188C312,185.79 310.21,184 308,184H280V203.03L289.66,212.69C291.16,214.19 292,216.22 292,218.34V244C292,246.21 290.21,248 288,248H264V272Z" />
</vector>
1 change: 1 addition & 0 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<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" />
<monochrome android:drawable="@drawable/ic_launcher_foreground_themed" />
</adaptive-icon>
1 change: 1 addition & 0 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<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" />
<monochrome android:drawable="@drawable/ic_launcher_foreground_themed" />
</adaptive-icon>

0 comments on commit 3946578

Please sign in to comment.