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
I want to fix the height of recyclerview item in xml. lets say ` <com.volokh.danylo.video_player_manager.ui.VideoPlayerView
android:id="@+id/player" android:layout_width="match_parent" android:layout_height="200dp" />`
But it takes more than 70 percent of the screen. Is there any way to fix this height by user mentioned in xml.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to fix the height of recyclerview item in xml. lets say
` <com.volokh.danylo.video_player_manager.ui.VideoPlayerView
But it takes more than 70 percent of the screen. Is there any way to fix this height by user mentioned in xml.
The text was updated successfully, but these errors were encountered: