tcking / GiraffePlayer

android video player base on ijkplayer
Apache License 2.0
681 stars 193 forks source link

VideoView on landscape orientation not correct if use last version android support library (23.2.1) #22

Open amaydiam opened 8 years ago

amaydiam commented 8 years ago

Hello Your Library is awesome, but I have get Issue if use last version android support library (23.2.1), VideoView on landscape orientation not correct like this :

with 23.2.1 screenshot_20160323-135529

with 23.1.2 screenshot_20160323-141543

tcking commented 8 years ago

alfter 23.1.2+,when oratation is landspace ,the code activity.getResources().getDisplayMetrics().heightPixels return value when oratation is portrait,now I fix the issue