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

Commit fd61ce26 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Fix UI corruption in landscape mode" into jb-mr2-dev

parents 59214c23 d7901b91
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@
            android:layout_width="0dip"
            android:layout_height="match_parent"
            android:layout_weight="2"
            android:background="@color/background_primary"
            android:visibility="gone">

            <!-- This layout includes all possible views needed for a contact detail page -->
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@
            android:layout_width="0dip"
            android:layout_height="match_parent"
            android:layout_weight="2"
            android:background="@color/background_primary"
            android:visibility="gone">

            <!-- This layout includes all possible views needed for a contact detail page -->
+0 −1
Original line number Diff line number Diff line
@@ -66,7 +66,6 @@
            ex:layout_wideParentWidth="1280dip"
            ex:layout_wideMarginLeft="0dip"
            ex:layout_wideMarginRight="0dip"
            android:background="@color/background_primary"
            android:visibility="gone">

            <!-- This layout includes all possible views needed for a contact detail page -->
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@
            android:layout_width="0dip"
            android:layout_height="match_parent"
            android:layout_weight="2"
            android:background="@color/background_primary"
            android:visibility="gone">

            <!-- This layout includes all possible views needed for a contact detail page -->
+1 −2
Original line number Diff line number Diff line
@@ -17,8 +17,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/list_container"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/background_primary">
    android:layout_height="match_parent">

    <!--
        ViewPager for swiping between tabs.  We put StrequentContactListFragment,
Loading