Skip to content

Commit

Permalink
[#3864] Replace usages of abc_textfield_search_material with null
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Sep 5, 2024
1 parent db7e7fa commit f758dfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/ui/mobile/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@

<style name="SearchViewStyle" parent="WrapStyle">
<item name="android:maxWidth">@dimen/max_width_search_view</item>
<item name="queryBackground">@null</item>
<item name="submitBackground">@null</item>
<item name="queryHint">@string/search</item>
<item name="closeIcon">@drawable/ic_close</item>
<item name="searchHintIcon">@drawable/ic_search_hint</item>
Expand Down

0 comments on commit f758dfd

Please sign in to comment.