beeware / briefcase-android-gradle-template

A template for generating Android Gradle projects with Briefcase
MIT License
18 stars 19 forks source link

Add anydpi icon, plus simplified splash screens. #89

Closed freakboy3742 closed 2 months ago

freakboy3742 commented 2 months ago

A big simplification of the icon and splash screen configuration for Android.

The explicit splash screen is only used on very old Android versions (possibly only v7 and v7.1); more recent Androids use the adaptive icon variant. This splash screen is essentially just the app icon, centered on the launch page.

PR Checklist: