-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
7 changed files
with
38 additions
and
35 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
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 @@ | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@android:color/white" /> | ||
<foreground android:drawable="@drawable/launcher_fg_debug" /> | ||
<monochrome android:drawable="@drawable/launcher_fg_monochrome_debug" /> | ||
</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,14 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="108dp" | ||
android:height="108dp" | ||
android:viewportWidth="108" | ||
android:viewportHeight="108"> | ||
<path | ||
android:fillColor="#0B9072" | ||
android:pathData="M35.289,48.581C35.289,36.968 44.734,30 53.87,30C63.005,30 72.45,36.968 72.45,48.581C72.45,59.729 55.728,76.761 54.954,77.535C54.644,77.845 54.334,78 53.87,78C53.405,78 53.096,77.845 52.786,77.535C52.012,76.761 35.289,59.574 35.289,48.581Z" /> | ||
|
||
<path | ||
android:fillColor="#E4EBEC" | ||
android:pathData="M53.544,49.559m-11.083,0a11.083,11.083 0,1 1,22.166 0a11.083,11.083 0,1 1,-22.166 0" /> | ||
|
||
</vector> |
10 changes: 10 additions & 0 deletions
10
app/src/main/res/drawable/launcher_fg_monochrome_debug.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,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="108dp" | ||
android:height="108dp" | ||
android:viewportWidth="108" | ||
android:viewportHeight="108"> | ||
<path | ||
android:fillColor="#ffffff" | ||
android:fillType="evenOdd" | ||
android:pathData="M35.29,48.581C35.29,36.968 44.735,30 53.871,30C63.006,30 72.451,36.968 72.451,48.581C72.451,59.729 55.729,76.761 54.954,77.535C54.645,77.845 54.335,78 53.871,78C53.406,78 53.097,77.845 52.787,77.535C52.013,76.761 35.29,59.574 35.29,48.581ZM64.627,49.559C64.627,55.68 59.665,60.642 53.544,60.642C47.423,60.642 42.461,55.68 42.461,49.559C42.461,43.438 47.423,38.475 53.544,38.475C59.665,38.475 64.627,43.438 64.627,49.559Z" /> | ||
</vector> |
Binary file not shown.