Fix story caption protection.
This commit is contained in:
parent
ab897953bf
commit
60e9763f7a
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue