Skip to content

Commit

Permalink
Reduce the size of thumbnails on big screens to fit more grid columns
Browse files Browse the repository at this point in the history
Reverts part of TeamNewPipe#9310, which introduced bigger grid thumbnail sizes on big screens, because some users reported not being happy about having too few grid columns. See TeamNewPipe#9310 (comment) .
  • Loading branch information
Stypox committed Feb 25, 2023
1 parent 6121229 commit 8e888eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values-w820dp/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). -->
<dimen name="activity_horizontal_margin">64dp</dimen>

<dimen name="video_item_grid_thumbnail_image_width">280dp</dimen>
<dimen name="video_item_grid_thumbnail_image_height">160dp</dimen>
<dimen name="video_item_grid_thumbnail_image_width">208dp</dimen>
<dimen name="video_item_grid_thumbnail_image_height">117dp</dimen>
</resources>

0 comments on commit 8e888eb

Please sign in to comment.