do not show the filename at full file path

This commit is contained in:
tibbi 2016-10-16 21:38:38 +02:00
parent 48454140f2
commit 7571ffc124

View file

@ -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()))