Enviado em 14/07/2015 - 11:35h
Olá pessoal, sou novato na área de android e estou com um problema, e conto com a ajuda de vocês para a resolução disto:
Na primeira linha logo abaixo o eclipse aponta um ERRO.
<? xml version = " 1.0 " encoding = " utf -8 " ? >
< LinearLayout xmlns:android = " http: // schemas . android . com / apk / res / android "
android:layout_width = " match_parent "
android:layout_height = " match_parent "
android:orientation = " vertical " >
< TextView
android:layout_width = " match_parent "
android:layout_height = " wrap_content "
android:text = " Nome: " / >
< EditText
android:layout_width = " match_parent "
android:layout_height = " wrap_content " / >
< Button
android:layout_width = " wrap_content "
android:layout_height = " wrap_content "
android:text = " Ver mensagem " / >
</ LinearLayout >
Na primeira linha logo abaixo o eclipse aponta um ERRO.
<? xml version = " 1.0 " encoding = " utf -8 " ? >
< LinearLayout xmlns:android = " http: // schemas . android . com / apk / res / android "
android:layout_width = " match_parent "
android:layout_height = " match_parent "
android:orientation = " vertical " >
< TextView
android:layout_width = " match_parent "
android:layout_height = " wrap_content "
android:text = " Nome: " / >
< EditText
android:layout_width = " match_parent "
android:layout_height = " wrap_content " / >
< Button
android:layout_width = " wrap_content "
android:layout_height = " wrap_content "
android:text = " Ver mensagem " / >
</ LinearLayout >