Hi Brian,

>I have one more question. All the app icons and fonts are tiny. Is there a quick fix for that?

I do not know about it... But I have another info.

If Display size is not HVGA (320x480) nor WVGA(480x800), you might see no image item in gallary app, even when sd card stores a lot of pictures. In my case, my phone's display size is 720x1280 and the problem happens.

The "\gaia\apps\gallery\style\gallery.css" makes the problem. "@media" in gallery.css specifies a thumbnail size only for HVGA and WVGA. I locally added the following to gallery.css.

@media (orientation: portrait),
       (orientation: landscape) {
    .thumbnail {
        width: 240px;
        height: 240px;
    }
}

Regards,
Sotaro

(2012/12/07 16:35), Tianbing Brian Teng wrote:
Woot. It worked! This is exactly what I need. I am so grateful. Arigato, Sotaro.

I have one more question. All the app icons and fonts are tiny. Is there a quick fix for that?
Brian

On Thu, Dec 6, 2012 at 10:33 PM, Sotaro Ikeda <ikeda.sohta...@sharp.co.jp <mailto:ikeda.sohta...@sharp.co.jp>> wrote:

    Hi Brian,

    you can assign "home button" to a different hw button by changing
    "\gecko\widget\gonk\GonkKeyMapping.h".

    like following.

    > NS_VK_PAGE_UP, // VOLUME_UP
    ↓
    > NS_VK_HOME, //NS_VK_PAGE_UP, // VOLUME_UP #### change example

    Regards,
    Sotaro

    (2012/12/07 14:51), Tianbing Brian Teng wrote:

        Good information. Thanks Dave.
        Hey Shahee. I am also using Galaxy Nexus. My challenge is
        there is no home button. I have to power off/on the phone to
        switch to different apps. How do you resolve it?
        Brian
        _______________________________________________
        dev-b2g mailing list
        dev-b2g@lists.mozilla.org <mailto:dev-b2g@lists.mozilla.org>
        https://lists.mozilla.org/listinfo/dev-b2g




_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to