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

Commit 38ecb1ea authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Use an opaque background for the search bar in legacy SearchDialog.

Bug: 3325966
parent 864dd1ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
    android:layout_height="wrap_content"
    android:orientation="horizontal"
    android:focusable="true"
    android:background="?attr/actionModeBackground"
    android:background="@drawable/cab_background_opaque_holo_light"
    android:descendantFocusability="afterDescendants">

    <RelativeLayout