Revert "Use Folder icon from Compound."
This reverts commit da8e18eeab.
This commit is contained in:
parent
aaa8b19377
commit
ae4b079139
1 changed files with 2 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ import androidx.compose.foundation.layout.size
|
||||||
import androidx.compose.foundation.lazy.LazyColumn
|
import androidx.compose.foundation.lazy.LazyColumn
|
||||||
import androidx.compose.foundation.lazy.items
|
import androidx.compose.foundation.lazy.items
|
||||||
import androidx.compose.material.icons.Icons
|
import androidx.compose.material.icons.Icons
|
||||||
|
import androidx.compose.material.icons.outlined.Folder
|
||||||
import androidx.compose.material.icons.outlined.SubdirectoryArrowLeft
|
import androidx.compose.material.icons.outlined.SubdirectoryArrowLeft
|
||||||
import androidx.compose.material3.ExperimentalMaterial3Api
|
import androidx.compose.material3.ExperimentalMaterial3Api
|
||||||
import androidx.compose.material3.MaterialTheme
|
import androidx.compose.material3.MaterialTheme
|
||||||
|
|
@ -111,7 +112,7 @@ private fun ItemRow(
|
||||||
}
|
}
|
||||||
is Item.Folder -> {
|
is Item.Folder -> {
|
||||||
ListItem(
|
ListItem(
|
||||||
leadingContent = ListItemContent.Icon(IconSource.Vector(CompoundIcons.Folder())),
|
leadingContent = ListItemContent.Icon(IconSource.Vector(Icons.Outlined.Folder)),
|
||||||
headlineContent = {
|
headlineContent = {
|
||||||
Text(
|
Text(
|
||||||
text = item.name,
|
text = item.name,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue