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

Commit 331a0a44 authored by Qi Wang's avatar Qi Wang
Browse files

Fix overlapping of business icon with business name in primary call info.

Bug: 26084273

Change-Id: Ie166544e5f961a330bf555ebb6edcbcbe89195b3
parent 5258aec0
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -107,16 +107,18 @@

    </LinearLayout>

    <RelativeLayout
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content">
        android:layout_height="wrap_content"
        android:orientation="horizontal">

        <!-- Name (or the phone number, if we don't have a name to display). -->
        <com.android.phone.common.widget.ResizingTextTextView
            xmlns:ex="http://schemas.android.com/apk/res-auto"
            android:id="@+id/name"
            android:layout_width="match_parent"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:layout_marginTop="-5dp"
            android:fontFamily="sans-serif-light"
            android:textAlignment="viewStart"
@@ -134,7 +136,7 @@
            android:scaleType="centerCrop"
            android:importantForAccessibility="no"
            android:src="@drawable/img_no_image_automirrored" />
    </RelativeLayout>
    </LinearLayout>

    <LinearLayout
        android:layout_width="match_parent"