summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2011-11-16 14:54:20 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-16 14:54:20 -0800
commite937da83143d67fbd709d37bd7418f9807e72baa (patch)
tree2d1e3f473a215e6e813658f97cff9a7d84ae05c8 /core
parent717a25dc2a411edb548859cd6870363346c71b01 (diff)
parentcbd4bcaa7141c134a1609cc087186a58c12d4878 (diff)
downloadframeworks_base-e937da83143d67fbd709d37bd7418f9807e72baa.zip
frameworks_base-e937da83143d67fbd709d37bd7418f9807e72baa.tar.gz
frameworks_base-e937da83143d67fbd709d37bd7418f9807e72baa.tar.bz2
Merge "Change MediaController look b/5584613" into ics-mr1
Diffstat (limited to 'core')
-rw-r--r--core/res/res/layout/media_controller.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/res/res/layout/media_controller.xml b/core/res/res/layout/media_controller.xml
index 582101a..313806c 100644
--- a/core/res/res/layout/media_controller.xml
+++ b/core/res/res/layout/media_controller.xml
@@ -17,13 +17,9 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="#CC666666"
+ android:background="#CC000000"
android:orientation="vertical">
- <ImageView android:layout_width="match_parent"
- android:layout_height="1px"
- android:background="@android:drawable/divider_horizontal_dark" />
-
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"