操作栏显示在视图寻呼机选项卡的底部

时间:2016-02-22 14:08:16

标签: android android-actionbar android-viewpager

我已经使用Actionbar和Viewpager创建了一个测试项目。 对于Actionbar使用的自定义视图。

某些设备(如大屏幕设备)显示正确(即First Actionbar bottom viewpager标签)。

但是在小型screes设备中它的显示如下图像。我不知道为什么会出现。有人知道请告诉我。这对我来说是巨大的帮助。提前谢谢。

enter image description here

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

0 个答案:

没有答案