parent
b3b3f2a88d
commit
f508e8bc34
@ -0,0 +1,9 @@ |
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:width="24dp" |
||||
android:height="24dp" |
||||
android:viewportWidth="24.0" |
||||
android:viewportHeight="24.0"> |
||||
<path |
||||
android:fillColor="@color/toolbar_icon_dark" |
||||
android:pathData="M10,20v-6h4v6h5v-8h3L12,3 2,12h3v8z"/> |
||||
</vector> |
@ -0,0 +1,9 @@ |
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:width="24dp" |
||||
android:height="24dp" |
||||
android:viewportWidth="24.0" |
||||
android:viewportHeight="24.0"> |
||||
<path |
||||
android:fillColor="@color/toolbar_icon_dark" |
||||
android:pathData="M12,22c1.1,0 2,-0.9 2,-2h-4c0,1.1 0.89,2 2,2zM18,16v-5c0,-3.07 -1.64,-5.64 -4.5,-6.32L13.5,4c0,-0.83 -0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5v0.68C7.63,5.36 6,7.92 6,11v5l-2,2v1h16v-1l-2,-2z"/> |
||||
</vector> |
@ -1,14 +1,24 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:tools="http://schemas.android.com/tools" |
||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||
android:orientation="vertical" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:background="@color/view_video_background"> |
||||
|
||||
android:background="@color/view_video_background" |
||||
tools:context=".ViewVideoActivity"> |
||||
<VideoView |
||||
android:id="@+id/video_player" |
||||
android:layout_marginTop="?attr/actionBarSize" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:layout_centerInParent="true" /> |
||||
|
||||
<android.support.v7.widget.Toolbar |
||||
android:id="@+id/toolbar" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="?attr/actionBarSize" |
||||
android:theme="@style/AppTheme.Account.AppBarLayout" |
||||
app:popupTheme="@style/AppTheme.Account.ToolbarPopupTheme.Dark" |
||||
android:elevation="4dp" |
||||
android:background="@color/semi_transparent" /> |
||||
</android.support.design.widget.CoordinatorLayout> |
Loading…
Reference in new issue