diff options
author | Xavier Ducrohet <xav@android.com> | 2010-11-15 13:50:40 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2010-11-16 19:03:01 -0800 |
commit | d3ea415d8aec320830daa7e5e1aa1f412c5d9853 (patch) | |
tree | bfe1e370d16c2191f924f5c6d9be5000899444bb /layoutlib_api/src/com/android/layoutlib | |
parent | 104180ac6e1b70e4772bc82f65d5c4a4e0d69b6f (diff) | |
download | sdk-d3ea415d8aec320830daa7e5e1aa1f412c5d9853.zip sdk-d3ea415d8aec320830daa7e5e1aa1f412c5d9853.tar.gz sdk-d3ea415d8aec320830daa7e5e1aa1f412c5d9853.tar.bz2 |
ADT/GLE: Platform selection when rendering layouts.
Change-Id: Iabbd49cdd52419b947b83fb84f9fb3a5d4576471
Diffstat (limited to 'layoutlib_api/src/com/android/layoutlib')
-rw-r--r-- | layoutlib_api/src/com/android/layoutlib/api/ViewInfo.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layoutlib_api/src/com/android/layoutlib/api/ViewInfo.java b/layoutlib_api/src/com/android/layoutlib/api/ViewInfo.java index 57be46f..4a6c93d 100644 --- a/layoutlib_api/src/com/android/layoutlib/api/ViewInfo.java +++ b/layoutlib_api/src/com/android/layoutlib/api/ViewInfo.java @@ -123,9 +123,9 @@ public final class ViewInfo { } /** - * Returns the actual android.view.View (or child class) object. This can be used - * to query the object properties that are not in the XML and not in the map returned - * by {@link #getDefaultPropertyValues()}. + * Returns the actual android.view.ViewGroup$LayoutParams (or child class) object. + * This can be used to query the object properties that are not in the XML and not in + * the map returned by {@link #getDefaultPropertyValues()}. */ public Object getLayoutParamsObject() { return mLayoutParamsObject; |