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

Commit d7901b91 authored by Yorke Lee's avatar Yorke Lee
Browse files

Fix UI corruption in landscape mode

Add window background to PeopleActivity

Bug 8796000

Change-Id: I3c6e1cb4b411ec720ab60d33e6d1c2238ba5bf90
parent cbfb1128
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