Skip to content

Commit cbd4bca

Browse files
committed
Change MediaController look
b/5584613 Change-Id: I6799753ffff3202e354039b85fdca72e48e6be5d
1 parent 33fe4a3 commit cbd4bca

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)