I'm trying my best to figure out how the default resource size system
works in android without much success.

Working on an ASUS eeePad Transformer tablet

1) I worked through the notepad tutorial and the font size is so small
for the row entries that I can't select rows.

2) Tried some market apps to change app icons and they all turn out to
be resized to 40x40 instead of 60x60

Looking at the following sites:

developer.android.com/guide/practices/ui_guidelines/
icon_design_launcher.html
developer.android.com/guide/practices/screens_support.html

I have found that:

1) layout-exlarge directory name does not solve the font problem for
the notepad tutorial

2) I think that the "ui_guidelines/icon_design_launcher.html" document
has a bug in the icon size guideline, it should _not_ be based on the
density, but on the screen size and defined in dp (density-independent
pixel)
The eeePad has medium density, which according the guideline means
40x40, but it actually should be 60x60

Thanks.

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

Reply via email to