2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-05 02:59:42 +02:00

make the thumbnails smaller on tablets

This commit is contained in:
tibbi 2016-07-01 11:41:06 +02:00
parent 4ab90d0e08
commit 42226e88d2

View file

@ -1,6 +1,6 @@
<resources>
<dimen name="dir_tmb_size">200dp</dimen>
<dimen name="medium_tmb_size">150dp</dimen>
<dimen name="dir_tmb_size">150dp</dimen>
<dimen name="medium_tmb_size">120dp</dimen>
<dimen name="play_outline_size">60dp</dimen>
<dimen name="play_outline_size_big">240dp</dimen>
<dimen name="undo_padding">16dp</dimen>