Update caption bar readability in stories.

This commit is contained in:
Alex Hart
2022-11-16 14:38:52 -04:00
parent cf00995b6f
commit 159f319d77
6 changed files with 46 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient android:type="linear"
android:angle="90"
android:startColor="@color/story_caption_gradient_start" />
</shape>

View File

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

View File

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