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:
@@ -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" />
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user