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

Commit 459b8c09 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Fix contact number display uncomplete in split screen" into android_ui.lnx.2.1-dev

parents 41155c12 ae7589f6
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>