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

Commit f8150a33 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add tooltip for the search button in SearchView"

parents edc5db9b 67aab382
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -43,7 +43,8 @@
        android:layout_height="match_parent"
        android:layout_gravity="center_vertical"
        android:focusable="true"
        android:contentDescription="@string/searchview_description_search" />
        android:contentDescription="@string/searchview_description_search"
        android:tooltipText="@string/searchview_description_search" />

    <LinearLayout
        android:id="@+id/search_edit_frame"