Added extra small resize option

pull/194/merge
M66B 4 years ago
parent 88dcacc823
commit c12f4c49ba

@ -2034,6 +2034,7 @@
</string-array>
<string-array name="resizeNames">
<item>Extra small</item>
<item>Small</item>
<item>Medium</item>
<item>Large</item>
@ -2043,6 +2044,7 @@
<!-- https://en.wikipedia.org/wiki/Display_resolution -->
<!-- https://en.wikipedia.org/wiki/Comparison_of_high-definition_smartphone_displays -->
<integer-array name="resizeValues" translatable="false">
<item>720</item>
<item>1080</item>
<item>1440</item>
<item>1920</item>

Loading…
Cancel
Save