Sunday, December 26, 2010

Re: [android-developers] Help with Themes and Styles

You very very rarely would have different dimens values for mdpi, hdpi, etc.  The point of them is to let you supply a value with units like "dp" that are automatically scaled for you based on the screen density.

On Dec 26, 2010 10:46 AM, "Brill Pappin" <brill@pappin.ca> wrote:
> So I'm improving on the keyboard I have in the Market.
>
> One of the biggest problems I need to resolve is that on a smaller devices
> ldpi and low end mdpi, the font on the keys is too large.
>
> now I'm fairly sure I can ask the system for the font size it suggests, but
> I'm unsure how to do that.
> Can anyone point me in the right direction for asking the system what font
> to use for the keyboard?
>
> I have looked at the style docs, but there isn't much there on standard
> styles and themes.
>
> - Brill Pappin
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment