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

Commit 3d0980fd authored by David Brown's avatar David Brown
Browse files

Fix hardcoded px dimensions in "dialpad chooser" UI.

In the "dialpad chooser" UI (which comes up if you launch the Dialer while
a call is already in progress) the 3 items are too tightly spaced on WVGA
devices.  Fixed by changing the relevant dimensions from px to dp.

BUG=2185527
TESTED: got into the "chooser" state on a WVGA phone, confirmed the items
        are now sized correctly.
parent 81f957d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@
    android:layout_height="fill_parent">

    <ImageView android:id="@+id/icon"
        android:layout_width="64px"
        android:layout_height="64px"
        android:layout_width="64dp"
        android:layout_height="64dp"
        android:scaleType="center" />

    <TextView android:id="@+id/text"