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/467: Modifies url bar to use search screen color

This commit is contained in:
Sawyer Blatz 2019-04-29 07:30:01 -07:00 committed by Emily Kager
parent ee5acdda6e
commit c667ffeeb0

View File

@ -11,5 +11,5 @@
android:layout_width="wrap_content"
android:layout_height="40dp"
android:layout_gravity="center_vertical"
android:background="@drawable/home_search_background_normal"/>
android:background="@drawable/search_url_background"/>
</FrameLayout>