In Layout file please see my layout xml:
i Required like this can you any one guide me how tdo this i have
taken relelative layout please any one tell me how to do this
Preciption:preciption
Relhumidity:relhumidity
<TextView
android:id="@+id/Preciption"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:text="Preciption" />
<TextView
android:id="@+id/Preciption"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@+id/Preciption"
android:paddingLeft="20dp"
android:text="Preciption" />
<TextView
android:id="@+id/RelHumidity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:text="RelHumidity:" />
<TextView
android:id="@+id/RelHumidity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@+id/Preciption"
android:text="RelHumidity:" />
--
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