mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03: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
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ screen_resolutions = {
|
|||
"hdpi": '240',
|
||||
"mdpi": '160',
|
||||
"ldpi": '120',
|
||||
"tvdpi": '213',
|
||||
"undefineddpi": '-1',
|
||||
"anydpi": '65534',
|
||||
"nodpi": '65535'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue