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

Commit 67aab382 authored by Vladislav Kaznacheev's avatar Vladislav Kaznacheev
Browse files

Add tooltip for the search button in SearchView

Bug: 34750715
Test: manual
Change-Id: Iea3f68b12a2ee573df4cec352fb28721077d53a5
parent 6ee80f3a
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"