Update media controller appearance.

bug:3498335

Do not set a background for media buttons, and provide enough room
for the full height of the slider.

Change-Id: I3e2c29d8ff0d61b64e0128dd32ed1c9fb56b02ef
This commit is contained in:
Leon Scroggins
2011-03-04 17:43:32 -05:00
parent b191225940
commit f196eb07f6
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -982,7 +982,7 @@
<eat-comment />
<style name="MediaButton">
<item name="android:background">@android:drawable/media_button_background</item>
<item name="android:background">@null</item>
<item name="android:layout_width">71dip</item>
<item name="android:layout_height">52dip</item>
</style>