操作栏选项卡显示为下拉列表

时间:2013-06-26 08:42:33

标签: android mobile android-actionbar android-tabs

我无法理解这种行为。

我有一个固定标签布局的活动,但是:
在横向中,选项卡显示为列表,纵向显示选项卡显示为我想要的。

我已阅读过有关分割行动栏的内容,但我认为这不是正确的解决方案。

有什么想法吗?

修改

这里是寻呼机的活动:

<android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".CapsulesActivity" />

这里是片段布局:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".CapsulesActivity$DummySectionFragment" >

<GridView
    android:id="@+id/gridview"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:columnWidth="290dp"
    android:gravity="center"
    android:horizontalSpacing="20dp"
    android:numColumns="auto_fit"
    android:stretchMode="columnWidth"
    android:verticalSpacing="20dp" >
</GridView>

我还发布了我的应用的肖像和风景图像。 Landscape

Portrait

0 个答案:

没有答案