summaryrefslogtreecommitdiff
path: root/res/layout-land/mediaplayer_activity.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-11-24 23:34:31 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2012-11-24 23:34:31 +0100
commitfaca4457ee6e12dd4ecf3f5223182d2b8b6d3758 (patch)
tree2e8558e0af4b374322d4b49ee22412a284c6b2b0 /res/layout-land/mediaplayer_activity.xml
parentdeb888fac191cfd6a058de44b1237612e6624171 (diff)
downloadAntennaPod-faca4457ee6e12dd4ecf3f5223182d2b8b6d3758.zip
Added dark theme for videoplayer
Diffstat (limited to 'res/layout-land/mediaplayer_activity.xml')
-rw-r--r--res/layout-land/mediaplayer_activity.xml8
1 files changed, 4 insertions, 4 deletions
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" >
<RelativeLayout
@@ -39,7 +39,7 @@
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:background="?attr/borderless_button"
- android:src="@drawable/av_pause" />
+ android:src="?attr/av_pause" />
<ImageButton
android:id="@+id/butFF"
@@ -49,7 +49,7 @@
android:layout_marginLeft="8dp"
android:layout_toRightOf="@+id/butPlay"
android:background="?attr/borderless_button"
- android:src="@drawable/av_fast_forward" />
+ android:src="?attr/av_fast_forward" />
<ImageButton
android:id="@+id/butRev"
@@ -59,7 +59,7 @@
android:layout_marginRight="8dp"
android:layout_toLeftOf="@+id/butPlay"
android:background="?attr/borderless_button"
- android:src="@drawable/av_rewind" />
+ android:src="?attr/av_rewind" />
</RelativeLayout>
<RelativeLayout