Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Created October 22, 2022 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KatieBarnett/2f33406479ea1396e797121977824f43 to your computer and use it in GitHub Desktop.
Save KatieBarnett/2f33406479ea1396e797121977824f43 to your computer and use it in GitHub Desktop.
Non themed app icon
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment