Skip to content

Commit e937da8

Browse files
marconeAndroid (Google) Code Review
authored andcommitted
Merge "Change MediaController look b/5584613" into ics-mr1
2 parents 717a25d + cbd4bca commit e937da8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

core/res/res/layout/media_controller.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,9 @@
1717
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
1818
android:layout_width="match_parent"
1919
android:layout_height="wrap_content"
20-
android:background="#CC666666"
20+
android:background="#CC000000"
2121
android:orientation="vertical">
2222

23-
<ImageView android:layout_width="match_parent"
24-
android:layout_height="1px"
25-
android:background="@android:drawable/divider_horizontal_dark" />
26-
2723
<LinearLayout
2824
android:layout_width="match_parent"
2925
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)