summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-10-20 13:10:42 -0400
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-10-20 13:10:42 -0400
commitcdc8b326dd0989003e2fdd7d5a605b5755acf221 (patch)
treed946de762a6b1880fc10693eda2ff00f0869739a /core
parentfa68ab4fb0750b429c43af1d0c20539462ba6746 (diff)
parentb0905dc788e280a7552556313051987f7b9203ba (diff)
downloadframeworks_base-cdc8b326dd0989003e2fdd7d5a605b5755acf221.zip
frameworks_base-cdc8b326dd0989003e2fdd7d5a605b5755acf221.tar.gz
frameworks_base-cdc8b326dd0989003e2fdd7d5a605b5755acf221.tar.bz2
Merge change I61741f5a into eclair
* changes: Fix high density bug 2179543: use 'dip' instead of 'px'
Diffstat (limited to 'core')
-rw-r--r--core/res/res/layout/media_controller.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/media_controller.xml b/core/res/res/layout/media_controller.xml
index c49835d..32db60a 100644
--- a/core/res/res/layout/media_controller.xml
+++ b/core/res/res/layout/media_controller.xml
@@ -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" />