On Tue, Sep 13, 2011 at 11:06 PM, ArcDroid <jacobrjohn...@gmail.com> wrote:
> From the link I assumed from the below example that you should have
> similar drawable buckets if the layout is actually the same.
>
> res/layout/main_activity.xml           # For phones
> res/layout-xlarge/main_activity.xml    # For pre-3.2 tablets
> res/layout-sw600dp/main_activity.xml   # For 3.2 and up tablets

"If the layout is actually the same" for all three of these, you don't
need anything more than res/layout/main_activity.xml.

And, "if the layout is actually the same", you would only need
res/drawable-*dpi/ for whichever densities you are supporting, with
their respective images sized appropriately so they show up at the
desired physical size (e.g., a 32px-by-32px icon in -mdpi might have a
24px-by-24px in -ldpi, a 48px-by-48px in -hdpi, and a 64px-by-64px in
-xhdpi).

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to