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

Commit d399cc97 authored by Chiao Cheng's avatar Chiao Cheng
Browse files

Fix group list view on 10" tablet landscape mode.

Bug: 9337808
Change-Id: I522edc909782d376dcc7bc969277bba2aacaa9bc
parent 16248e3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="1"
            android:minWidth="100dip"
            android:background="@drawable/list_background_holo"
            android:visibility="gone">

@@ -80,8 +79,9 @@
        <view
            class="com.android.contacts.widget.TransitionAnimationView"
            android:id="@+id/group_details_view"
            android:layout_width="match_parent"
            android:layout_width="0dip"
            android:layout_height="match_parent"
            android:layout_weight="2"
            android:visibility="gone">

            <!-- This is the group detail page -->