mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix story caption protection.
This commit is contained in:
committed by
Cody Henthorne
parent
ab897953bf
commit
60e9763f7a
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user