Makes the view media toolbar transparent.

main
Vavassor 7 years ago
parent ecfa5aae8c
commit 5249977a81
  1. 5
      app/src/main/res/layout/fragment_view_media.xml
  2. 1
      app/src/main/res/values/colors.xml

@ -10,14 +10,13 @@
<com.github.chrisbanes.photoview.PhotoView
android:id="@+id/view_media_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/toolbar" />
android:layout_height="match_parent" />
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:background="@color/toolbar_view_media"
app:navigationIcon="?attr/homeAsUpIndicator" />
<ProgressBar

@ -2,6 +2,7 @@
<resources>
<!--These colors are not affected by themes.-->
<color name="view_video_background">#000000</color>
<color name="toolbar_view_media">#8f000000</color>
<!--Dark Theme Colors-->
<color name="color_primary_dark">#4c5368</color>
<color name="color_primary_dark_dark">#363c4b</color> <!--Dark Dark-->

Loading…
Cancel
Save