mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02: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