aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/view_video.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/view_video.xml')
-rw-r--r--app/src/main/res/layout/view_video.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/app/src/main/res/layout/view_video.xml b/app/src/main/res/layout/view_video.xml
index b8226ff2..ca256477 100644
--- a/app/src/main/res/layout/view_video.xml
+++ b/app/src/main/res/layout/view_video.xml
@@ -14,16 +14,10 @@
android:layout_height="match_parent"
android:clickable="false" />
- <android.support.v7.widget.Toolbar
- android:id="@+id/video_toolbar"
- android:layout_width="match_parent"
- android:layout_height="?attr/actionBarSize" />
-
<com.pitchedapps.frost.views.FrostVideoView
android:id="@+id/video"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_marginTop="?attr/actionBarSize"
android:background="@android:color/transparent"
android:theme="@style/FrostTheme.Video"
app:useDefaultControls="true"
@@ -38,5 +32,10 @@
</com.pitchedapps.frost.views.FrostVideoView>
+ <android.support.v7.widget.Toolbar
+ android:id="@+id/video_toolbar"
+ android:layout_width="match_parent"
+ android:background="@drawable/exomedia_default_controls_interactive_background"
+ android:layout_height="?attr/actionBarSize" />
</merge> \ No newline at end of file