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

Commit ae7589f6 authored by blong's avatar blong Committed by Gerrit - the friendly Code Review server
Browse files

Fix contact number display uncomplete in split screen

- Adjust the layout to display number complete

Change-Id: Ib09ce8630736f5ec5d52074bc78918649c2c802d
CRs-Fixed: 1061579
parent e87079ee
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:background="#00000000"
                android:layout_weight="1"
                android:id="@+id/toolbar_parent">

                <include layout="@layout/quickcontact_header" />
@@ -54,9 +55,13 @@
                <include layout="@layout/quickcontact_title_and_phoneticname" />

            </FrameLayout>

            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:layout_weight="3"
                android:orientation="horizontal">
            <include layout="@layout/quickcontact_content" />

            </LinearLayout>
        </LinearLayout>

    </LinearLayout>