mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
update: support all official DPIs when extracting icons
https://developer.android.com/training/multiscreen/screendensities.html
This commit is contained in:
parent
b445fc066b
commit
493c485755
@ -68,6 +68,7 @@ screen_resolutions = {
|
|||||||
"hdpi": '240',
|
"hdpi": '240',
|
||||||
"mdpi": '160',
|
"mdpi": '160',
|
||||||
"ldpi": '120',
|
"ldpi": '120',
|
||||||
|
"tvdpi": '213',
|
||||||
"undefineddpi": '-1',
|
"undefineddpi": '-1',
|
||||||
"anydpi": '65534',
|
"anydpi": '65534',
|
||||||
"nodpi": '65535'
|
"nodpi": '65535'
|
||||||
|
Loading…
Reference in New Issue
Block a user