Skip to content

Commit

Permalink
Merge pull request #33 from Myself5/android-6.0
Browse files Browse the repository at this point in the history
use 1080x1920 theme for 720x1280 devices too
  • Loading branch information
Tasssadar committed Mar 14, 2016
2 parents 1dc2966 + 217072d commit 6278797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ TWRP_NEW_THEME := true
ifeq ($(TW_CUSTOM_THEME),)
ifeq ($(TARGET_RECOVERY_IS_MULTIROM),true)
MR_THEME := $(DEVICE_RESOLUTION)
ifeq ($(MR_THEME),1440x2560)
ifeq ($(filter-out 1440x2560 720x1280,$(MR_THEME)),)
MR_THEME := 1080x1920
endif

Expand Down

0 comments on commit 6278797

Please sign in to comment.