Hi  All,

I have custom view_pager. And i am using pagertabstrip to show view title.
but the view and pager title strip are overlapping with each other when i
am swiping to change view. Am i missing anything? Please comment on below
code.

 <media.galleryAir.ViewPager_TransitionEffects
        android:id="@id/viewPager"
        android:layout_width="fill_parent"
        android:layout_height="0.0dip"
        android:layout_weight="9.0">
              <android.support.v4.view.PagerTabStrip
            android:id="@id/tabstrip"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="top"
            android:background="@android:color/darker_gray"
            android:paddingBottom="4.0dip"
            android:paddingTop="4.0dip" />
    </media.galleryAir.ViewPager_TransitionEffects>


Thanks And Regards
Fahad Mullaji

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to