Merge change I61741f5a into eclair

* changes:
  Fix high density bug 2179543: use 'dip' instead of 'px'
This commit is contained in:
Android (Google) Code Review
2009-10-20 13:10:42 -04:00

View File

@@ -59,7 +59,7 @@
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="0dip"
android:layout_weight="1"
android:layout_height="30px"
android:layout_height="30dip"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true" />