Hi,
I want to add application related metadata to <EditText>. For example, 
something like this 

   <EditText
        android:id="@+id/age"
*        <android:metadata>
                  <name="maxAllowedForKids" value="15">
                  <name="maxAllowedForAdult" value="100">
                 <name="somethingelse" value="9999">
        </android:metadata>
       ...........

*How can we add some application related metadata  to a  EditText ? 
*
*I looked at this API  but could not find 
http://developer.android.com/reference/android/widget/TextView.html#getInputExtras%28boolean%29
*

*Thanks      a lot.
H*
*

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