From 1496a74b92bc724e3634c66589e39990bce5a663 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Thu, 29 Mar 2018 11:22:10 -0700 Subject: [PATCH] lemonadep: Set recovery margin height to avoid clipping Change-Id: Iaaaabd13de384a0ebfff9f527fcdd0338c3f99bc --- BoardConfig.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index a03aa73..9c776cc 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 The LineageOS Project +# Copyright (C) 2021-2022 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,6 +27,7 @@ TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop # Recovery TARGET_RECOVERY_DENSITY := xxhdpi +TARGET_RECOVERY_UI_MARGIN_HEIGHT := 126 # inherit from the proprietary version include vendor/oneplus/lemonadep/BoardConfigVendor.mk