diff --git a/res/layout-land/mediaplayer_activity.xml b/res/layout-land/mediaplayer_activity.xml
index f505ec4c4..6f505c874 100644
--- a/res/layout-land/mediaplayer_activity.xml
+++ b/res/layout-land/mediaplayer_activity.xml
@@ -23,7 +23,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center"
- android:background="@color/actionbar_gray"
+ android:background="?attr/video_overlay_background"
android:orientation="vertical" >
+ android:src="?attr/av_pause" />
+ android:src="?attr/av_fast_forward" />
+ android:src="?attr/av_rewind" />
+
\ No newline at end of file
diff --git a/res/values/colors.xml b/res/values/colors.xml
index a8c0065bb..6adc4dbc8 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -25,7 +25,8 @@
#99CC00
#FFBB33
#EE5F52
-
+ #262C31
+ #DDDDDD
#FEBB20
#FEBB20
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 964ee2824..8fdeed718 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -27,6 +27,7 @@
- @drawable/type_video
- @color/white
- @drawable/borderless_button
+ - @color/video_overlay_light
@@ -60,6 +61,7 @@
- @drawable/type_video_dark
- @color/black
- @drawable/borderless_button_dark
+ - @color/video_overlay_dark