This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add themed icon for Android 13 (#1524)
* Add monochrome adaptive icon variant Added drawable for monochrome icons introduced in Android 13 Logo vector data copied from the existing launcher icon * Formatting
- Loading branch information
1 parent
56947a4
commit cb3d0b5
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
app/src/main/res/drawable-v24/launcher_foreground_monochrome.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="108dp" | ||
android:height="108dp" | ||
android:viewportHeight="108" | ||
android:viewportWidth="108"> | ||
|
||
<path | ||
android:fillColor="#FFFFFF" | ||
android:pathData="M64.1,67.7 L69.3,67.7 L69.3,45.4 L74.9,45.4 L74.9,67.7 L80,67.7 L80,40.3 L53.6,40.3 L53.6,62.7 L48,62.7 L48,40.3 L28,40.3 L28,45.2 L32.7,45.2 L32.7,67.7 L37.6,67.7 L37.6,45.2 L43,45.2 L43,67.7 L58.6,67.7 L58.6,45.4 L64.1,45.4 Z" /> | ||
|
||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters