beeware / briefcase-android-gradle-template

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

Make primary and accent colors configurable #77

Closed bbusenius closed 7 months ago

bbusenius commented 7 months ago

This pull request is to make it possible for developers to configure the primary and accent colors in Android without having to maintain a fork of this template. I stumbled across this discussion when searching for how to solve this problem myself and noticed that it hadn't been implemented yet, so I decided to give it a go. I'm happy to document this as needed but thought I'd get the conversation started here first. I looked up this old briefcase PR related to splash_background_color. My inclination is to use the places where spash_background_color is mentioned there to find the appropriate places to document these settings, unless you tell me otherwise. Let me know if I'm missing anything. This is a cool project. I appreciate the work you've done.

PR Checklist: