Improve toolbar scrim
This commit is contained in:
parent
00b6b7b23c
commit
0f6aab7f2c
12 changed files with 96 additions and 28 deletions
9
app/src/main/res/drawable/toolbar_gradient.xml
Normal file
9
app/src/main/res/drawable/toolbar_gradient.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue