mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-04-04 14:44:11 -04:00
display video resolution at videos
This commit is contained in:
@@ -52,6 +52,10 @@ class PropertiesDialog : DialogFragment() {
|
||||
properties_duration_label.visibility = View.VISIBLE
|
||||
properties_duration.visibility = View.VISIBLE
|
||||
properties_duration.text = mItem.getDuration(context)
|
||||
|
||||
properties_resolution_label.visibility = View.VISIBLE
|
||||
properties_resolution.visibility = View.VISIBLE
|
||||
properties_resolution.text = mItem.getVideoResolution(context)
|
||||
}
|
||||
|
||||
val file = File(mItem.path)
|
||||
|
||||
Reference in New Issue
Block a user