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

Commit d2a2fbdd authored by ABAAKOUK Mehdi's avatar ABAAKOUK Mehdi Committed by kmobs
Browse files

Fix overlapping text in recent call

Change-Id: Icb42276ac5aef82e041eace7ed2a3f45c1e30991
parent 093d8063
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -46,9 +46,9 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentTop="true"
        android:layout_toLeftOf="@id/call_icon"
        android:layout_toLeftOf="@id/divider"
        android:layout_alignWithParentIfMissing="true"
        android:layout_marginRight="9dip"
        android:layout_marginRight="-2dip"
        android:layout_marginLeft="4dip"
    />

@@ -106,7 +106,7 @@
        android:layout_marginRight="5dip"


        android:textAppearance="?android:attr/textAppearanceLarge"
        android:textAppearance="?android:attr/textAppearanceSmall"
        android:singleLine="true"
    />

@@ -142,6 +142,7 @@
        android:layout_height="wrap_content"
        android:layout_alignParentTop="true"
        android:layout_toRightOf="@id/groupIndicator"
        android:layout_toLeftOf="@id/groupSize"
        android:layout_above="@id/date"
        android:layout_alignWithParentIfMissing="true"
        android:layout_marginBottom="-10dip"
+3 −2
Original line number Diff line number Diff line
@@ -30,9 +30,9 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentTop="true"
        android:layout_toLeftOf="@id/call_icon"
        android:layout_toLeftOf="@id/divider"
        android:layout_alignWithParentIfMissing="true"
        android:layout_marginRight="9dip"
        android:layout_marginRight="-2dip"
        android:layout_marginLeft="4dip"
    />

@@ -97,6 +97,7 @@
        android:layout_height="wrap_content"
        android:layout_alignParentTop="true"
        android:layout_toRightOf="@id/photo"
        android:layout_toLeftOf="@id/call_type_icon"
        android:layout_above="@id/date"
        android:layout_alignWithParentIfMissing="true"
        android:layout_marginBottom="-10dip"