Skip to content

Instantly share code, notes, and snippets.

@sonvp
Last active March 17, 2022 04:34
Show Gist options
  • Save sonvp/9ed2b8775766b074533187576ffa60f5 to your computer and use it in GitHub Desktop.
Save sonvp/9ed2b8775766b074533187576ffa60f5 to your computer and use it in GitHub Desktop.
In layout
<SearchView
android:id="@+id/searchView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:theme="@style/ReminderTheme"
/>
In Style
<style name="BaseTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorControlActivated">@android:color/black</item>
</style>
@kamjony
Copy link

kamjony commented Mar 22, 2018

Awesome dude.
But your style name is wrong

@Androidvinod
Copy link

thnaks bro

@MDKira
Copy link

MDKira commented Mar 27, 2020

thanks bro

@xundeveloper
Copy link

thanks bro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment