It is defined in the section "Building a Simple User Interface" -
https://developer.android.com/training/basics/firstapp/building-ui.html. Go
to Add a Text Field.

<EditText android:id="@+id/edit_message"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:hint="@string/edit_message" />

Mark

On Sat, Feb 6, 2016 at 10:27 AM, <[email protected]> wrote:

> Hi all,
> I'm a beginner in Android development and I'm looking for some guides.
> I've tried also to read some ones in the Android developer site, but in
> this
> <http://developer.android.com/training/basics/firstapp/starting-activity.html>
>  one
> I can see, in a void function, they use a findViewById to get a EditText
> element, but I don't know where is it, because it's not been declared in
> any layout file.
> Can you help me please?
> Thank you a lot.
>
>
> http://developer.android.com/training/basics/firstapp/starting-activity.html
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/e65e6b7a-b888-4389-87a4-07f22d2ee775%40googlegroups.com
> <https://groups.google.com/d/msgid/android-developers/e65e6b7a-b888-4389-87a4-07f22d2ee775%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAEqej2NCbUOmZXiHEkhB0YxBM0%2Bt4N6M-6JPD6OwGRy2xAg2Rw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to