-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
71 additions
and
5 deletions.
There are no files selected for viewing
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
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
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,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@android:color/black"/> | ||
<foreground android:drawable="@drawable/ic_foreground"/> | ||
</adaptive-icon> |
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,28 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="108dp" | ||
android:width="108dp" | ||
android:viewportWidth="108" | ||
android:viewportHeight="108"> | ||
|
||
<!-- Keep in sync with non-adaptive ic_launcher.xml --> | ||
<path | ||
android:fillColor="#FFFFFF" | ||
android:pathData="M34,38 | ||
h6 | ||
l12,16 | ||
l-12,16 | ||
h-6 | ||
l12,-16 | ||
" | ||
/> | ||
|
||
<path | ||
android:fillColor="#FFFFFF" | ||
android:pathData="M56,66 | ||
h18 | ||
v4 | ||
h-18 | ||
" | ||
/> | ||
|
||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="108dp" | ||
android:width="108dp" | ||
android:viewportWidth="108" | ||
android:viewportHeight="108"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M18,54 | ||
A36,36 0 1,1 90,54 | ||
A36,36 0 1,1 18,54 Z" /> | ||
|
||
<!-- Keep in sync with adaptive ic_foreground.xml: --> | ||
<path | ||
android:fillColor="#FFFFFF" | ||
android:pathData="M34,38 | ||
h6 | ||
l12,16 | ||
l-12,16 | ||
h-6 | ||
l12,-16 | ||
" | ||
/> | ||
|
||
<path | ||
android:fillColor="#FFFFFF" | ||
android:pathData="M56,66 | ||
h18 | ||
v4 | ||
h-18 | ||
" | ||
/> | ||
|
||
</vector> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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