Merge change I3d0980fd into eclair

* changes:
  Fix hardcoded px dimensions in "dialpad chooser" UI.
diff --git a/res/layout-finger/dialpad_chooser_list_item.xml b/res/layout-finger/dialpad_chooser_list_item.xml
index c5abeac..c836f5d 100644
--- a/res/layout-finger/dialpad_chooser_list_item.xml
+++ b/res/layout-finger/dialpad_chooser_list_item.xml
@@ -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"