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

Commit e82beaea authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I3d0980fd into eclair

* changes:
  Fix hardcoded px dimensions in "dialpad chooser" UI.
parents 195dd154 3d0980fd
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"