Hello all, just subsribed, i'n new, i used this tutorial to make mai
tabbed application.
 the problem is that in one of the tabs a want gravity set cu bottom,
the main.xml is similar to the one on the site, and my tab layout is
like this:

<LinearLayout
  xmlns:android="http://schemas.android.com/apk/res/android";
  android:orientation="vertical"
  android:layout_width="match_parent"
  android:layout_height="match_parent"
  android:layout_gravity="bottom">

  <!-- Screen Design for Photos -->
  <TextView android:text="test field"
                        android:padding="15dip"
                        android:textSize="18dip"
                        android:layout_width="fill_parent"
                        android:layout_height="wrap_content" />
</LinearLayout>

but the tab uses top gravity, can anyone give me a hint of what i'm
doing wrong?
thanks in advance

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

Reply via email to