Hi,

>From the sdk documentation, is there a way to find out which of the
Widget XML attributes are mandatory and which are optional.

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android";
            android:id="@+id/add_relations"
            android:layout_width="fill_parent"
            android:layout_height="fill_parent">

e.g in the ScrollView  I am not sure if android:layout_width and
android:layout_height are really needed. if fill_parent is the default
value it would any way take, then we wish to remove it from out
definition some thing like this..

<ScrollView xmlns:android="http://schemas.android.com/apk/res/
android"    android:id="@+id/add_relations">

Regards,
Nagendra
www.tejasoft.com


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