Sabine Barrera
Sabine Barrera
Signature icon please!
The `SearchView` should expose the `hintTextAppearance` and the `textAppearance` to style the component as I wish instead of having to find mSearchSrcTextView = findViewById(R.id.search_src_text).
@alexstyl did you choose the right configuration for your SVG symbol? When using a ttf symbol you must set your Text's font correctly: ``` Text( text = "\ue87d", // Favorite...
Thanks @tphinney. We considered switching to Material Symbols, but there isn't a `Material Symbols` dependency that can be included in our Jetpack Compose app. We downloaded the `Material Symbols` font...