Merge pull request #9858 from Stypox/fit-more-grid-columns

Reduce the size of thumbnails on big screens to fit more grid columns
pull/9746/head
Stypox 2023-02-25 20:42:36 +01:00 zatwierdzone przez GitHub
commit f1a071b668
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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>