If you can paste your code, I might be able to point out the error.

<RelativeLayout android:id="@+id/RelativeLayout01"
        android:layout_width="fill_parent" xmlns:android="http://
schemas.android.com/apk/res/android"
        android:layout_height="wrap_content">
        <TextView android:layout_height="wrap_content"
                android:layout_width="fill_parent"
                android:layout_toRightOf="@id/imgIcon" android:id="@+id/tvText"
                android:text=" kh fdsjsad l"
                android:gravity="right"></TextView>
</RelativeLayout>

Try this out. Try changing the gravity, and see the difference.

-- 
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

Reply via email to