2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[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
This commit is contained in:
ValentinTimisica 2020-03-20 10:59:19 +02:00 committed by Mihai Branescu
parent 81986845d0
commit c44df2093b

View File

@ -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">