Fix Android Downloader, Added zombie to 10E set, fixed Liliana the Last Hope.

This commit is contained in:
valfieri
2019-09-17 00:14:34 +02:00
parent 43be15e832
commit 7a19ae8f40
4 changed files with 9 additions and 5 deletions

View File

@@ -515,7 +515,7 @@ public class SDLActivity extends Activity implements OnKeyListener {
AlertDialog.Builder resChooser = new AlertDialog.Builder(this);
resChooser.setTitle("Which resolution would you like to use?");
final String[] availableRes = new String[]{"High - (672x936)", "Medium - (488x680)", "Low - (244x340)", "Tiny - (280x255)"};
final String[] availableRes = new String[]{"High - (672x936)", "Medium - (488x680)", "Low - (244x340)", "Tiny - (180x255)"};
resChooser.setSingleChoiceItems(availableRes, 0, new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int item) {