Hi,

try this instead of your second LinearLayout:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:id="@+id/LinearLayout02"
                        android:layout_width="fill_parent"
        android:layout_height="wrap_content">

                <TextView android:text="check2" android:id="@+id/
StreetText"
                        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
                        android:textColor="#000000" />

                <TextView android:text="check2" android:id="@+id/
materialText"
                        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
                        android:textColor="#000000"
        android:gravity="right"
        android:layout_alignParentRight="true"
        android:layout_alignBaseline="@id/StreetText"
        android:layout_toRightOf="@id/StreetText"
        />

  </RelativeLayout>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to