yqritc / Android-ScalableVideoView

Android Texture VideoView having a variety of scale types like the scale types of ImageView such as fitCenter, centerCrop, centerTopCrop and more
Apache License 2.0
1.09k stars 223 forks source link

Why aren't you using the Size class in android.util package #13

Closed ChristopheCVB closed 8 years ago

ChristopheCVB commented 8 years ago

The class Size already exists in the Android package android.util.Size

http://developer.android.com/reference/android/util/Size.html

I'll try do make a PR if you're not planning to do it and agree ;)

yqritc commented 8 years ago

@ChristopheCVB this is because size class is added in API level 21. min sdk version of this library is 14.

ChristopheCVB commented 8 years ago

Yeah, my bad :/