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:
parent
fce4212ef5
commit
e49e2bac7a
1 changed files with 1 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue