[android-developers] simple XML attribute inheritance question

2011-09-14 Thread John Goche
Hello, I am having trouble using the API documents. On the page: http://developer.android.com/reference/android/widget/CheckBox.html we find the following: http://schemas.android.com/apk/res/android"; android:layout_width="fill_parent" android:layout_height="fill_parent" android:pad

Re: [android-developers] simple XML attribute inheritance question

2011-09-14 Thread Mark Murphy
On Wed, Sep 14, 2011 at 11:22 AM, John Goche wrote: > Where am I going wrong with my reasoning. The valid android:layout_* attributes are not determined by the class of the widget, but the class of the LayoutParams. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commo