Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3fc5cf9 authored by Katherine Kuan's avatar Katherine Kuan Committed by Android (Google) Code Review
Browse files

Merge "Fix 7" tablet layout" into ics-mr1

parents 2993b6b9 229eed48
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,9 +18,9 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingTop="50dip"
    android:paddingLeft="64dip"
    android:paddingRight="64dip"
    android:paddingTop="32dip"
    android:paddingLeft="@dimen/group_editor_side_padding"
    android:paddingRight="@dimen/group_editor_side_padding"
    android:orientation="horizontal"
    android:background="@color/background_primary">

+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
        android:orientation="vertical">
        <FrameLayout
            android:layout_width="400dip"
            android:layout_height="200dip">
            android:layout_height="@dimen/quick_contact_photo_container_height">
            <include layout="@layout/quickcontact_photo_container" />
        </FrameLayout>
        <include layout="@layout/quickcontact_track" />
@@ -41,6 +41,6 @@
        <android.support.v4.view.ViewPager
            android:id="@+id/item_list_pager"
            android:layout_width="match_parent"
            android:layout_height="180dip" />
            android:layout_height="160dip" />
    </LinearLayout>
</view>
Loading