diff --git a/OPPO/Reno3Pro-SystemUI/Android.mk b/OPPO/Reno3Pro-SystemUI/Android.mk new file mode 100644 index 0000000..4e2116b --- /dev/null +++ b/OPPO/Reno3Pro-SystemUI/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-oppo-reno3pro-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/OPPO/Reno3Pro-SystemUI/AndroidManifest.xml b/OPPO/Reno3Pro-SystemUI/AndroidManifest.xml new file mode 100644 index 0000000..5f68e9c --- /dev/null +++ b/OPPO/Reno3Pro-SystemUI/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/OPPO/Reno3Pro-SystemUI/res/values-land/config.xml b/OPPO/Reno3Pro-SystemUI/res/values-land/config.xml new file mode 100644 index 0000000..0356339 --- /dev/null +++ b/OPPO/Reno3Pro-SystemUI/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + 28dp + diff --git a/OPPO/Reno3Pro-SystemUI/res/values/config.xml b/OPPO/Reno3Pro-SystemUI/res/values/config.xml new file mode 100644 index 0000000..d858296 --- /dev/null +++ b/OPPO/Reno3Pro-SystemUI/res/values/config.xml @@ -0,0 +1,8 @@ + + + 25px + 45px + 132px + @dimen/status_bar_padding_start + @dimen/status_bar_padding_end + diff --git a/OPPO/Reno3Pro/Android.mk b/OPPO/Reno3Pro/Android.mk new file mode 100644 index 0000000..14baea5 --- /dev/null +++ b/OPPO/Reno3Pro/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-oppo-reno3pro +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true +include $(BUILD_PACKAGE) diff --git a/OPPO/Reno3Pro/AndroidManifest.xml b/OPPO/Reno3Pro/AndroidManifest.xml new file mode 100644 index 0000000..41daa9e --- /dev/null +++ b/OPPO/Reno3Pro/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + diff --git a/OPPO/Reno3Pro/res/values-land/config.xml b/OPPO/Reno3Pro/res/values-land/config.xml new file mode 100644 index 0000000..9d6de4c --- /dev/null +++ b/OPPO/Reno3Pro/res/values-land/config.xml @@ -0,0 +1,4 @@ + + + @dimen/status_bar_height_landscape + diff --git a/OPPO/Reno3Pro/res/values/config.xml b/OPPO/Reno3Pro/res/values/config.xml new file mode 100644 index 0000000..d2bec5c --- /dev/null +++ b/OPPO/Reno3Pro/res/values/config.xml @@ -0,0 +1,15 @@ + + + true + true + false + + 132px + 28dp + @dimen/status_bar_height_portrait + + 1 + + M -540,0 L -540,100 L -409,100 L -409,0 Z + M -540,0 L -540,100 L -409,100 L -409,0 Z + diff --git a/overlay.mk b/overlay.mk index 6ae63a9..1d83e60 100755 --- a/overlay.mk +++ b/overlay.mk @@ -102,6 +102,8 @@ PRODUCT_PACKAGES += \ treble-overlay-oneplus-op8-systemui \ treble-overlay-oppo-peqm00 \ treble-overlay-oppo-peqm00-systemui \ + treble-overlay-oppo-reno3pro \ + treble-overlay-oppo-reno3pro-systemui \ treble-overlay-oukitel-wp8pro \ treble-overlay-razer-cheryl \ treble-overlay-realme-6 \