Jerry Johns
12/03/2024, 12:15 AMSearchBar
from Material3 in my Android app. How do I override its size to make it smaller? Attempting to alter it's padding
, or forcibly set it's size using Modifier.size()
have all yielded a smaller looking search bar, with wierd padding, and no text that is visible while typing.