Fullscreen media preview on tap.

This commit is contained in:
Alan Evans
2019-08-30 17:31:59 -04:00
committed by GitHub
parent 110a40592b
commit 15b650382e
6 changed files with 132 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="90"
android:startColor="@color/media_preview_bar_background"
android:centerColor="@color/media_preview_bar_shade_center"
android:endColor="@android:color/transparent"/>
</shape>