Improve toolbar scrim

This commit is contained in:
Eugene Cheung 2017-09-09 16:50:59 -04:00
commit 0f6aab7f2c
No known key found for this signature in database
GPG key ID: E1FD745328866B0A
12 changed files with 96 additions and 28 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:angle="90"
android:centerY="0.33"
android:endColor="@color/thirty_three_percent_black_overlay"
android:startColor="#00000000" />
</shape>