Is it common to have two XML layout files if you want an app to work on a 
tablet and a phone?

For instance,

if (is_a_phone() == true) setContentView(R.layout.phone_xml);

else setContentView(R.layout.tablet_xml);

-- 
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