mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-19 21:30:37 +01:00
do not show the filename at full file path
This commit is contained in:
parent
48454140f2
commit
7571ffc124
@ -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()))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user