1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Added xlargeScreens attribute to supports-screens in the Android exporter

This commit is contained in:
ed 2020-03-12 09:45:03 +00:00
parent fce4212ef5
commit e49e2bac7a

View file

@ -1607,6 +1607,7 @@ private:
screens->setAttribute ("android:normalScreens", "true");
screens->setAttribute ("android:largeScreens", "true");
screens->setAttribute ("android:anyDensity", "true");
screens->setAttribute ("android:xlargeScreens", "true");
}
}
}