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

Commit 53c2ae8e authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am 09a229d9: Give search view buttons unbounded ripples

* commit '09a229d90c6de2c9634dbacdffc203313201e403':
  Give search view buttons unbounded ripples
parents 8ec65951 e791ea3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
        android:layout_height="@dimen/search_box_icon_size"
        android:layout_margin="@dimen/search_box_icon_margin"
        android:src="@drawable/ic_back_arrow"
        android:background="?android:attr/selectableItemBackground"
        android:background="?android:attr/selectableItemBackgroundBorderless"
        android:contentDescription="@string/action_menu_back_from_search"
        android:tint="@color/actionbar_background_color" />

@@ -54,7 +54,7 @@
        android:layout_margin="@dimen/search_box_icon_margin"
        android:src="@drawable/ic_close_dk"
        android:clickable="true"
        android:background="?android:attr/selectableItemBackground"
        android:background="?android:attr/selectableItemBackgroundBorderless"
        android:contentDescription="@string/description_clear_search"
        android:tint="@color/searchbox_icon_tint"/>

+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@
    <!-- Padding around the icon in the search box. -->
    <dimen name="search_box_icon_margin">4dp</dimen>
    <!-- Size of the icon (voice search, close search) in the search box. -->
    <dimen name="search_box_icon_size">28dp</dimen>
    <dimen name="search_box_icon_size">32dp</dimen>
    <!-- Left margin of the text field in the search box. -->
    <dimen name="search_box_text_left_margin">27dp</dimen>
    <!-- Search box text size -->