Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c350e9dc authored by Andrew Lee's avatar Andrew Lee
Browse files

Set background for expanded search bar to white.

Bug: 24910704
Change-Id: I45630d62f9f89f5052bad943561ff4ab9e99e44c
parent b9788553
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@
    android:layout_height="match_parent"
    android:orientation="horizontal"
    android:gravity="center_vertical"
    android:visibility="gone" >
    android:visibility="gone"
    android:background="@android:color/white">

    <ImageButton
        android:id="@+id/search_back_button"