am 7e509fd2: am 32de9130: am cdc8b326: Merge change I61741f5a into eclair

Merge commit '7e509fd267d25fbfe2703d0320a5203f24046b61'

* commit '7e509fd267d25fbfe2703d0320a5203f24046b61':
  Fix high density bug 2179543: use 'dip' instead of 'px'
This commit is contained in:
Marco Nelissen
2009-10-20 12:29:29 -07:00
committed by Android Git Automerger

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" />