mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Update: Hide sort/filter buttons
This commit is contained in:
parent
38c7c74ebf
commit
a42e8fd797
@ -206,7 +206,7 @@ class InstalledFragment : MainNavFragmentX() {
|
|||||||
text = stringResource(id = R.string.installed_applications),
|
text = stringResource(id = R.string.installed_applications),
|
||||||
modifier = Modifier.weight(1f),
|
modifier = Modifier.weight(1f),
|
||||||
)
|
)
|
||||||
SuggestionChip(
|
/*SuggestionChip(
|
||||||
shape = MaterialTheme.shapes.medium,
|
shape = MaterialTheme.shapes.medium,
|
||||||
colors = SuggestionChipDefaults.suggestionChipColors(
|
colors = SuggestionChipDefaults.suggestionChipColors(
|
||||||
containerColor = MaterialTheme.colorScheme.surface,
|
containerColor = MaterialTheme.colorScheme.surface,
|
||||||
@ -223,7 +223,7 @@ class InstalledFragment : MainNavFragmentX() {
|
|||||||
label = {
|
label = {
|
||||||
Text(text = stringResource(id = R.string.sort_filter))
|
Text(text = stringResource(id = R.string.sort_filter))
|
||||||
}
|
}
|
||||||
)
|
)*/
|
||||||
}
|
}
|
||||||
ProductsVerticalRecycler(
|
ProductsVerticalRecycler(
|
||||||
productsList = primaryList?.sortedBy(Product::label),
|
productsList = primaryList?.sortedBy(Product::label),
|
||||||
|
@ -144,7 +144,7 @@ class LatestFragment : MainNavFragmentX() {
|
|||||||
text = stringResource(id = R.string.recently_updated),
|
text = stringResource(id = R.string.recently_updated),
|
||||||
modifier = Modifier.weight(1f),
|
modifier = Modifier.weight(1f),
|
||||||
)
|
)
|
||||||
SuggestionChip(
|
/*SuggestionChip(
|
||||||
shape = MaterialTheme.shapes.medium,
|
shape = MaterialTheme.shapes.medium,
|
||||||
colors = SuggestionChipDefaults.suggestionChipColors(
|
colors = SuggestionChipDefaults.suggestionChipColors(
|
||||||
containerColor = MaterialTheme.colorScheme.surface,
|
containerColor = MaterialTheme.colorScheme.surface,
|
||||||
@ -161,7 +161,7 @@ class LatestFragment : MainNavFragmentX() {
|
|||||||
label = {
|
label = {
|
||||||
Text(text = stringResource(id = R.string.sort_filter))
|
Text(text = stringResource(id = R.string.sort_filter))
|
||||||
}
|
}
|
||||||
)
|
)*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
items(
|
items(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user