我已经使用Actionbar和Viewpager创建了一个测试项目。 对于Actionbar使用的自定义视图。
某些设备(如大屏幕设备)显示正确(即First Actionbar bottom viewpager标签)。
但是在小型screes设备中它的显示如下图像。我不知道为什么会出现。有人知道请告诉我。这对我来说是巨大的帮助。提前谢谢。
<?xml version="1.0" encoding="UTF-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<android.support.v4.view.ViewPager
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent" >
</android.support.v4.view.ViewPager>
</LinearLayout>