frakc

Results 20 comments of frakc

@ppamorim Hi. Do you need any help with this feature? (dont know how much i can help, but I need this feature too)

@Fiddl3 same problem with youtubeplayersupportfragment. I saw comments saying it works fine with youtubeplayerview, but i dont know how to use youtubplayerview inside fragment and it is actually said that...

@Fiddl3 If you mention this example http://oi58.tinypic.com/2mos0i0.jpg you can see that video is cropped at right and bottom ( it also visible in readme of this project. May be you...

@Fiddl3 I tried. margins in dagable pannel does not affect the distance between topview and bottom view. Those view are adjecent if scaleTransformer is used and there is few pixel...

it is something with check style, How to use checkstyle plugin? Buy the way, does resize transformer work at all (when i doenloaded demo and run on my tablet (android...

@pedrovgs Horray, it finaly passed:) You probably has to validate if there is negative impact on recize transformer, as i could not, on version 1.8 it always freees on my...

@pedrovgs also check you checkstyle for `` it seems, that check style does not support it any more. loading checkstyle file with it causes loading crash

@bilalilyas90 ``` java @Override public void onConfigurationChanged(Configuration newConfig) { super.onConfigurationChanged(newConfig); if(getResources().getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE) { Display display = VideoSampleActivity.this.getWindowManager() .getDefaultDisplay(); Point size = new Point(); display.getSize(size); draggableView.setTopViewHeight(size.y); Toast.makeText(VideoSampleActivity.this, "landscape", Toast.LENGTH_SHORT) .show();...

@bilalilyas90 try this tweak https://github.com/pedrovgs/DraggablePanel/issues/29 I did not tested it by myself but i hope it will help

@bilalilyas90 try to replace your player with standart videoview. If behaviour consistent - it sum internal bug, if not - contact your payer developers as it might be part of...