[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/8491: Changed toolbar background for PBM when is set to top

This change was required so that the background of the toolbar match the
homeFragment gradient
pull/600/head
ValentinTimisica 5 years ago committed by Mihai Branescu
parent 81986845d0
commit c44df2093b

@ -6,12 +6,7 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<gradient
android:angle="45"
android:startColor="#7529A7"
android:centerColor="#492E85"
android:endColor="#383372"
android:type="linear" />
<solid android:color="@color/toolbar_end_gradient_private_theme"/>
</shape>
</item>
<item android:top="-2dp" android:left="-2dp" android:right="-2dp">

Loading…
Cancel
Save