do not show the filename at full file path
This commit is contained in:
parent
48454140f2
commit
7571ffc124
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class PropertiesDialog() {
|
|||
mPropertyView = mInflater.inflate(R.layout.item_properties, null) as ViewGroup
|
||||
|
||||
addProperty(R.string.name, file.name)
|
||||
addProperty(R.string.path, path)
|
||||
addProperty(R.string.path, file.parent)
|
||||
addProperty(R.string.size, getItemSize(file))
|
||||
addProperty(R.string.last_modified, formatLastModified(file.lastModified()))
|
||||
|
||||
|
|
Loading…
Reference in a new issue