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

Commit e1daacd0 authored by Andalam Parthasarathi's avatar Andalam Parthasarathi Committed by Gerrit - the friendly Code Review server
Browse files

InCallUI: Incall timer overlap while upgrade

Incall timer overlapping while sending upgrade
request in DSDS.

Fix: hdAudioIcon is not able to fit for xxdhpi.
Increased the layout height to display icon and
aligned elapsed time.

Change-Id: Id2522beecb9abe286e3ca04bdc25697a8b81a1a7
CRs-Fixed: 1060373
parent 1369e9f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_height="@dimen/in_call_layout_height"
        android:orientation="horizontal"
        android:clipChildren="false"
        android:clipToPadding="false">
@@ -145,7 +145,7 @@
        <ImageView android:id="@+id/hdAudioIcon"
            android:src="@drawable/ic_hd_24dp"
            android:layout_width="24dp"
            android:layout_height="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginEnd="8dp"
            android:tint="@color/incall_call_banner_subtext_color"
            android:scaleType="fitCenter"
+3 −0
Original line number Diff line number Diff line
@@ -63,6 +63,9 @@
    <dimen name="primary_call_elevation">0dp</dimen>
    <dimen name="dialpad_elevation">2dp</dimen>

    <!-- layout height -->
    <dimen name="in_call_layout_height">40dp</dimen>

    <!-- The InCallUI dialpad will sometimes want digits sizes that are different from dialer.
         Note: These are the default sizes for small (<600dp height) devices: larger screen sizes
         apply the values in values-h600dp/dimens.xml. -->