Add path to file details
This commit is contained in:
parent
2665df2fff
commit
afaf7d7e73
@ -96,6 +96,13 @@ fun FileItem(
|
|||||||
style = MaterialTheme.typography.bodySmall
|
style = MaterialTheme.typography.bodySmall
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Text(
|
||||||
|
text = stringResource(
|
||||||
|
R.string.file_meta_path,
|
||||||
|
file.path
|
||||||
|
),
|
||||||
|
style = MaterialTheme.typography.bodySmall,
|
||||||
|
)
|
||||||
if (!file.isDirectory) {
|
if (!file.isDirectory) {
|
||||||
Text(
|
Text(
|
||||||
text = stringResource(
|
text = stringResource(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user