Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Multiple themes #27

Open
tsiemens opened this issue Apr 2, 2014 · 0 comments
Open

Support Multiple themes #27

tsiemens opened this issue Apr 2, 2014 · 0 comments
Milestone

Comments

@tsiemens
Copy link
Owner

tsiemens commented Apr 2, 2014

I've seen other apps with this, but I don't know the demand.
Fairly trivial to implement, just need to add a base activity (or multiple, since need a separate one for preference activity) which calls setTheme before super.onCreate

The more tedious part is to make or add dark versions of all our icons, and change all icon references and colour values to use a ?attr value, as described here http://stackoverflow.com/questions/13735675/change-drawable-based-on-theme

Obviously, would also need to add an item to the preferences page. Right now, would probably limit to holo light, holo dark, light with dark actionbar. later could maybe add a parchment theme, like our competitors seems to use.

@tsiemens tsiemens added this to the 2.2 milestone Apr 2, 2014
@tsiemens tsiemens changed the title Multiple themes Support Multiple themes Apr 2, 2014
@tsiemens tsiemens modified the milestones: 2.3, 2.2 May 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant