Skip to content

Commit f1a071b

Browse files
authored
Merge pull request #9858 from Stypox/fit-more-grid-columns
Reduce the size of thumbnails on big screens to fit more grid columns
2 parents 6121229 + 8e888eb commit f1a071b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/values-w820dp/dimens.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). -->
55
<dimen name="activity_horizontal_margin">64dp</dimen>
66

7-
<dimen name="video_item_grid_thumbnail_image_width">280dp</dimen>
8-
<dimen name="video_item_grid_thumbnail_image_height">160dp</dimen>
7+
<dimen name="video_item_grid_thumbnail_image_width">208dp</dimen>
8+
<dimen name="video_item_grid_thumbnail_image_height">117dp</dimen>
99
</resources>

0 commit comments

Comments
 (0)