mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
updates based on library update
This commit is contained in:
parent
8c1cd82acc
commit
e68a4a11a0
@ -137,9 +137,7 @@ fun ExpandedSearchView(
|
|||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.weight(1f)
|
.weight(1f)
|
||||||
.focusRequester(textFieldFocusRequester),
|
.focusRequester(textFieldFocusRequester),
|
||||||
colors = TextFieldDefaults.textFieldColors(
|
colors = TextFieldDefaults.textFieldColors(containerColor = Color.Transparent),
|
||||||
backgroundColor = Color.Transparent,
|
|
||||||
),
|
|
||||||
leadingIcon = {
|
leadingIcon = {
|
||||||
Icon(
|
Icon(
|
||||||
painter = painterResource(id = R.drawable.ic_search),
|
painter = painterResource(id = R.drawable.ic_search),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user