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:
parent
81986845d0
commit
c44df2093b
@ -6,12 +6,7 @@
|
|||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item>
|
<item>
|
||||||
<shape>
|
<shape>
|
||||||
<gradient
|
<solid android:color="@color/toolbar_end_gradient_private_theme"/>
|
||||||
android:angle="45"
|
|
||||||
android:startColor="#7529A7"
|
|
||||||
android:centerColor="#492E85"
|
|
||||||
android:endColor="#383372"
|
|
||||||
android:type="linear" />
|
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
<item android:top="-2dp" android:left="-2dp" android:right="-2dp">
|
<item android:top="-2dp" android:left="-2dp" android:right="-2dp">
|
||||||
|
Loading…
Reference in New Issue
Block a user