mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
Reduce the size of thumbnails on big screens to fit more grid columns
Reverts part of #9310, which introduced bigger grid thumbnail sizes on big screens, because some users reported not being happy about having too few grid columns. See https://github.com/TeamNewPipe/NewPipe/pull/9310#discussion_r1070670806 .
This commit is contained in:
parent
612122997b
commit
8e888ebdf7
@ -4,6 +4,6 @@
|
|||||||
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). -->
|
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). -->
|
||||||
<dimen name="activity_horizontal_margin">64dp</dimen>
|
<dimen name="activity_horizontal_margin">64dp</dimen>
|
||||||
|
|
||||||
<dimen name="video_item_grid_thumbnail_image_width">280dp</dimen>
|
<dimen name="video_item_grid_thumbnail_image_width">208dp</dimen>
|
||||||
<dimen name="video_item_grid_thumbnail_image_height">160dp</dimen>
|
<dimen name="video_item_grid_thumbnail_image_height">117dp</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user