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

Commit 696cde1e authored by Andrew Lee's avatar Andrew Lee Committed by Android (Google) Code Review
Browse files

Merge "Set background for expanded search bar to white." into ub-contactsdialer-a-dev

parents c16d06ae c350e9dc
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"