mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
do not show the filename at full file path
This commit is contained in:
@ -34,7 +34,7 @@ class PropertiesDialog() {
|
|||||||
mPropertyView = mInflater.inflate(R.layout.item_properties, null) as ViewGroup
|
mPropertyView = mInflater.inflate(R.layout.item_properties, null) as ViewGroup
|
||||||
|
|
||||||
addProperty(R.string.name, file.name)
|
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.size, getItemSize(file))
|
||||||
addProperty(R.string.last_modified, formatLastModified(file.lastModified()))
|
addProperty(R.string.last_modified, formatLastModified(file.lastModified()))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user