Fix story caption protection.

This commit is contained in:
Alex Hart 2022-07-26 13:11:15 -03:00 committed by Cody Henthorne
parent ab897953bf
commit 60e9763f7a
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,6 @@
<gradient android:type="linear"
android:angle="90"
android:startColor="@color/transparent_black_25" />
android:startColor="@color/story_caption_gradient_start" />
</shape>

View file

@ -7,6 +7,8 @@
<color name="effectively_transparent_black">#01000000</color>
<color name="story_caption_gradient_start">#8F121212</color>
<color name="transparent_black_05">#0D000000</color>
<color name="transparent_black_08">#14000000</color>
<color name="transparent_black_10">#18000000</color>