Fix toolbar scrim in album/artist detail view (#290)

This commit is contained in:
Eugene Cheung 2017-09-12 20:21:26 -04:00 committed by GitHub
commit bf6556b213
4 changed files with 6 additions and 6 deletions

View file

@ -4,6 +4,6 @@
<gradient
android:angle="90"
android:centerY="0.33"
android:endColor="@color/thirty_three_percent_black_overlay"
android:endColor="@color/fifty_percent_black_overlay"
android:startColor="#00000000" />
</shape>