Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Bug 881137 - hdpi/xhdpi resolution assets and layout for Calendar app #10743

Merged
merged 1 commit into from Jul 3, 2013

Conversation

evanxd
Copy link
Contributor

@evanxd evanxd commented Jul 2, 2013

Support hdpi resolution device.
http://bugzil.la/881137

To test this patch on HVGA/WVGA devices:
$ make install-gaia APP=calendar GAIA_DEV_PIXELS_PER_PX=1.5

What "GAIA_DEV_PIXELS_PER_PX" do is to replace image files by @1.5x assets when exist.
Images will be too large (and break the layout) if we missed to set background-size for them in the patch.
If this patch works well, we will get correct layout on both HVGA and WVGA (and ideally qHD, but AFAIK we don't have to confirm it at this time) screen.

To test on nightly is also possible:

  1. $make DEBUG=1 GAIA_DEV_PIXELS_PER_PX=1.5
  2. enter "about:config" and set "layout.css.devPixelsPerPx" as "1.5"
  3. set responsive design window to 320 x 533 px (which is CSS pixel dimension for 480 x 800 device pixel dimension).

lightsofapollo added a commit that referenced this pull request Jul 3, 2013
Bug 881137 - hdpi/xhdpi resolution assets and layout for Calendar app
@lightsofapollo lightsofapollo merged commit 94a4360 into mozilla-b2g:master Jul 3, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants