15.05.2011 19:10, Spooky пишет:
Right now, I'm experimenting with building it based loosely on
the MultiResolution sample in the SDK (under Android-8, building for
Android 1.5 and up).
match_parent was introduced in Android 2.2 (API level 8) as an alias for
fill_parent.
Either change your project's settings to build with 2.2 or later, or
change all occurrences of match_parent to fill_parent, which existed before.
http://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html
You might also have issues with -hdpi / -mdpi / -ldpi suffixes if you
have them, those appeared in 1.6.
--
Kostya Vasilyev -- http://kmansoft.wordpress.com
--
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