Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file removed app/src/main/res/drawable-nodpi/ic_launcher_mono.png
Binary file not shown.
17 changes: 12 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
The supplied artwork, placed rather than redrawn. Android only ever shows
the central 72 of the 108dp canvas, so the art is padded out to that ratio
in matched black: the mask crops the padding, never the composition.

It sits in the background layer because the art is one flat picture. A
foreground layer would only earn its keep if the ghost were separate, and
splitting it would mean repainting the vignette underneath.
-->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background" />
<!-- The exact android-spoo.png art, untouched (resize only). -->
<foreground android:drawable="@drawable/ic_launcher_full" />
<!-- Themed icons need an alpha silhouette; opaque art renders blank. -->
<monochrome android:drawable="@drawable/ic_launcher_mono" />
<background android:drawable="@mipmap/ic_launcher_background" />
<foreground android:drawable="@android:color/transparent" />
<monochrome android:drawable="@mipmap/ic_launcher_monochrome" />
</adaptive-icon>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Official icon ground: near-black behind the white ghost. -->
<color name="ic_launcher_background">#0B0B0D</color>
<!-- Mirrors Theme.kt's cleanGround light surface. -->
<color name="window_background">#FFFFFF</color>
</resources>
Loading