Add 480p option

This commit is contained in:
Cameron Gutman
2019-02-06 21:09:04 -08:00
parent 629bf5766d
commit f0c69d08b8
2 changed files with 18 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
<resources>
<string-array name="resolution_names">
<item>360p</item>
<item>480p</item>
<item>720p</item>
<item>1080p</item>
<item>1440p</item>
@@ -9,6 +10,7 @@
</string-array>
<string-array name="resolution_values" translatable="false">
<item>360p</item>
<item>480p</item>
<item>720p</item>
<item>1080p</item>
<item>1440p</item>