diff --git a/LG/mfh505glm-SystemUI/Android.mk b/LG/mfh505glm-SystemUI/Android.mk new file mode 100644 index 0000000..31e9919 --- /dev/null +++ b/LG/mfh505glm-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-lge-mfh505glm-systemui +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/LG/mfh505glm-SystemUI/AndroidManifest.xml b/LG/mfh505glm-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..b542265 --- /dev/null +++ b/LG/mfh505glm-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/LG/mfh505glm-SystemUI/res/values-land/config.xml b/LG/mfh505glm-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/LG/mfh505glm-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/LG/mfh505glm-SystemUI/res/values/config.xml b/LG/mfh505glm-SystemUI/res/values/config.xml new file mode 100644 index 0000000..ee236bf --- /dev/null +++ b/LG/mfh505glm-SystemUI/res/values/config.xml @@ -0,0 +1,8 @@ + + + 35px + 35px + 124px + @dimen/status_bar_padding_start + @dimen/status_bar_padding_end + diff --git a/LG/mfh505glm/Android.mk b/LG/mfh505glm/Android.mk new file mode 100644 index 0000000..53a17b6 --- /dev/null +++ b/LG/mfh505glm/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-lge-mfh505glm +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/LG/mfh505glm/AndroidManifest.xml b/LG/mfh505glm/AndroidManifest.xml new file mode 100644 index 0000000..b48a4bc --- /dev/null +++ b/LG/mfh505glm/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/LG/mfh505glm/res/values-land/config.xml b/LG/mfh505glm/res/values-land/config.xml new file mode 100644 index 0000000..9d6de4c --- /dev/null +++ b/LG/mfh505glm/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + @dimen/status_bar_height_landscape + diff --git a/LG/mfh505glm/res/values/config.xml b/LG/mfh505glm/res/values/config.xml new file mode 100644 index 0000000..d13ee65 --- /dev/null +++ b/LG/mfh505glm/res/values/config.xml @@ -0,0 +1,54 @@ + + + true + true + + 124px + 28dp + @dimen/status_bar_height_portrait + + 1 + + + 128 + 256 + 384 + 512 + 640 + 768 + 896 + 1024 + 2048 + 4096 + 6144 + 8192 + 10240 + 12288 + 14336 + 16384 + 18432 + + + 8 + 64 + 98 + 104 + 110 + 116 + 122 + 128 + 134 + 182 + 255 + 255 + 255 + 255 + 255 + 255 + 255 + 255 + + + M -37,25 L -37,99 L 37,99 L 37,25 Z + M -37,25 L -37,99 L 37,99 L 37,25 Z + diff --git a/overlay.mk b/overlay.mk index d87e43e..91a0e59 100755 --- a/overlay.mk +++ b/overlay.mk @@ -57,6 +57,8 @@ PRODUCT_PACKAGES += \ treble-overlay-lg-g7 \ treble-overlay-lg-v40 \ treble-overlay-lg-velvet \ + treble-overlay-lge-mfh505glm \ + treble-overlay-lge-mfh505glm-systemui \ treble-overlay-mbi-s10 \ treble-overlay-mbi-s10-systemui \ treble-overlay-meizu-m2181 \