Add shadow behind play icon in video detail fragment

This commit is contained in:
Stypox 2020-05-11 12:48:27 +02:00
parent 9e57195e14
commit bbd0df08d3
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
6 changed files with 29 additions and 12 deletions

View file

@ -0,0 +1,12 @@
<vector android:autoMirrored="true" android:height="24dp"
android:viewportHeight="80" android:viewportWidth="80"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#00000000" android:fillType="evenOdd"
android:pathData="M12.0447,6.5087 L12.0447,72.7367 69.3276,38.8486Z"
android:strokeAlpha="0.25" android:strokeColor="#000000"
android:strokeLineCap="butt" android:strokeLineJoin="miter" android:strokeWidth="7"/>
<path android:fillColor="#00000000" android:fillType="evenOdd"
android:pathData="M12.0447,6.5087 L12.0447,72.7367 69.3276,38.8486Z"
android:strokeAlpha="0.73333333" android:strokeColor="#ffffff"
android:strokeLineCap="butt" android:strokeLineJoin="miter" android:strokeWidth="5"/>
</vector>