Last active
June 28, 2024 21:51
-
-
Save sonvp/9ed2b8775766b074533187576ffa60f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | |
thnaks bro
thanks bro
thanks bro
any idea how to edit the color programmatically?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome dude.
But your style name is wrong