Added ScrollBarType.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2017-08-10 01:12:29 -03:00
parent 6c064a6a71
commit 19310bb976
8 changed files with 140 additions and 26 deletions

View File

@@ -278,10 +278,8 @@ void EETest::createUI() {
mThemeName = "uitheme";
if ( PixelDensity::getPixelDensity() >= 2 ) {
if ( PixelDensity::getPixelDensity() >= 1.1 ) {
mThemeName += "2x";
} else if ( PixelDensity::getPixelDensity() >= 1.1 ) {
//mThemeName += "1.5x";
}
createUIThemeTextureAtlas();