Add xxhdpi resolution option

This commit is contained in:
Vojtech Bocek
2015-03-03 19:33:25 +01:00
parent ed2860ee3b
commit 1f64cb6ad3
2 changed files with 4 additions and 0 deletions

View File

@@ -66,6 +66,10 @@ else ifeq ($(MR_DPI),xhdpi)
ifeq ($(MR_DPI_MUL),)
MR_DPI_MUL := 1.5
endif
else ifeq ($(MR_DPI),xxhdpi)
ifeq ($(MR_DPI_MUL),)
MR_DPI_MUL := 2.0
endif
endif
ifeq ($(MR_DPI_FONT),)

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB