Skip to content

Change default ui color in android app #1654

Answered by freakboy3742
Korbi-code asked this question in Q&A
Discussion options

You must be logged in to vote

This isn't currently configurable in a programmatic way; however, it is something we definitely want to make customizable.

In the short term, if you want to modify this, you will need to modify the color values in the app/src/main/res/values/colors.xml file that is generated by Briefcase for your Android project. These values will be overwritten every time you regenerate the project; so if you want a specific set of values to be applied consistently, you may need to clone the template (https://github.com/beeware/briefcase-android-gradle-template), make the change in your copy, and modify pyproject.toml to point at that template.

If you look at the existing template, you'll also see that t…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@ikus060
Comment options

@rmartin16
Comment options

@ikus060
Comment options

@rmartin16
Comment options

@freakboy3742
Comment options

Answer selected by Korbi-code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants