Bom dia Pessoal tudo bem?
-- Comecei a estudar o Android a pouco tempo e ja estou com uma pequena dificuldade. Estou usando o eclipse e ja consigo compilar meus programas e executar no avd. Porem quando eu adiciono mais de um TextView no meu arquivo main.xml o segundo acaba sobrepondo o primeiro, ou seja não vai para a segunda linha. Alguem sabe o que pode estar provocando isso? Abaixo o conteúdo do meu arquivo activity_main.xml.
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".MainActivity" >
<!--
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world" />
-->
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+dados/nome"
/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+botao/btSalvar"
android:text="@string/Gravar"
/>
</RelativeLayout>
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 comentários:
Postar um comentário