We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@malmstein I tried to use FensterVideoView in recyclerview
<com.malmstein.fenster.view.FensterVideoView android:id="@+id/daily_item_list_item_play_video_view" android:layout_width="match_parent" android:layout_height="@dimen/list_item_default_height" android:background="@android:color/black" android:keepScreenOn="true" /> <com.malmstein.fenster.controller.MediaFensterPlayerController android:id="@+id/daily_item_list_item_play_video_controller" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="bottom" android:animateLayoutChanges="true" /> </FrameLayout>
after loading the video width change to a smaller one not obey match_parent settings http://image.cdn.daily.prototypeplus.org/image%2F2015%2F12%2F21%2Fbug.png
The text was updated successfully, but these errors were encountered:
Hello @weiweiwang, I believe that the issue is that the video stream size is smaller than your RecyclerView item width.
RecyclerView
I'm working on #5 and it should allow you to Center Crop the video inside the list item.
Sorry, something went wrong.
malmstein
No branches or pull requests
@malmstein
I tried to use FensterVideoView in recyclerview
after loading the video width change to a smaller one not obey match_parent settings
http://image.cdn.daily.prototypeplus.org/image%2F2015%2F12%2F21%2Fbug.png
The text was updated successfully, but these errors were encountered: