#16179 closed enhancement (fixed)
Create an Android 4 theme
Reported by: | Eric Durocher | Owned by: | Damien Mandrioli |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | DojoX Mobile | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Android 4 has a different look than previous versions so Dojo Mobile should provide a distinct theme for this platform.
Attachments (5)
Change History (14)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|---|
Priority: | undecided → high |
comment:2 Changed 8 years ago by
Owner: | changed from Eric Durocher to Damien Mandrioli |
---|---|
Status: | new → assigned |
Changed 8 years ago by
Attachment: | holodark.patch added |
---|
comment:3 Changed 8 years ago by
This patch needs http://trac.dojotoolkit.org/ticket/16175 to work.
comment:4 Changed 8 years ago by
Ideally we should plan a refactoring of that to make sure one can pick holo dark vs holo light based on some less variables but a first holo dark version seems reasonable and this can wait a future release if we don't have time for it now.
This also needs deviceTheme be modified accordingly as well I suppose (maybe with an option/has flag for compatibility behavior).
Changed 8 years ago by
Attachment: | images.zip added |
---|
Theme images: unzip in themes/holodark directory
Changed 8 years ago by
Attachment: | holodark_integration.patch added |
---|
Library integration of the theme: Modifies deviceTheme, _PickerChooser and index.html (Damien Mandrioli, IBM CCLA)
Changed 8 years ago by
Attachment: | holodark_searchbox_patch.patch added |
---|
Missing CSS added by #16181 (Damien Mandrioli, IBM CCLA)
comment:8 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Changed 8 years ago by
Attachment: | holo-css3-improvement.patch added |
---|
Move webkit-xxx to css3.less, Indent css3.less
Holo dark theme (Damien Mandrioli, IBM CCLA)