diff --git a/universal7885-common/rro_overlays/VShapedNotch/Android.bp b/universal7885-common/rro_overlays/VShapedNotch/Android.bp new file mode 100644 index 0000000..5fdb173 --- /dev/null +++ b/universal7885-common/rro_overlays/VShapedNotch/Android.bp @@ -0,0 +1,19 @@ +// Copyright (C) 2020 Paranoid Android +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +runtime_resource_overlay { + name: "VShapedNotch", + sdk_version: "current", + product_specific: true, +} diff --git a/universal7885-common/rro_overlays/VShapedNotch/AndroidManifest.xml b/universal7885-common/rro_overlays/VShapedNotch/AndroidManifest.xml new file mode 100644 index 0000000..10b23e5 --- /dev/null +++ b/universal7885-common/rro_overlays/VShapedNotch/AndroidManifest.xml @@ -0,0 +1,12 @@ + + + + + + + diff --git a/universal7885-common/rro_overlays/VShapedNotch/res/values/bools.xml b/universal7885-common/rro_overlays/VShapedNotch/res/values/bools.xml new file mode 100644 index 0000000..97b09ea --- /dev/null +++ b/universal7885-common/rro_overlays/VShapedNotch/res/values/bools.xml @@ -0,0 +1,4 @@ + + +true + diff --git a/universal7885-common/rro_overlays/VShapedNotch/res/values/dimens.xml b/universal7885-common/rro_overlays/VShapedNotch/res/values/dimens.xml new file mode 100644 index 0000000..5d0a69a --- /dev/null +++ b/universal7885-common/rro_overlays/VShapedNotch/res/values/dimens.xml @@ -0,0 +1,7 @@ + + +30.0dip +28.0dip +32.0dip +176.0dip + diff --git a/universal7885-common/rro_overlays/VShapedNotch/res/values/public.xml b/universal7885-common/rro_overlays/VShapedNotch/res/values/public.xml new file mode 100644 index 0000000..5427388 --- /dev/null +++ b/universal7885-common/rro_overlays/VShapedNotch/res/values/public.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/universal7885-common/rro_overlays/VShapedNotch/res/values/strings.xml b/universal7885-common/rro_overlays/VShapedNotch/res/values/strings.xml new file mode 100644 index 0000000..6fa4f1d --- /dev/null +++ b/universal7885-common/rro_overlays/VShapedNotch/res/values/strings.xml @@ -0,0 +1,6 @@ + + +M-185,0 H183.34 c-9.77.44-19.57,0.08-29.28,1.24-20.33,1.14-41.18,5.17-58.62,16.24 C78.54,28.27,66,44.26,52,58.29 a72.73,72.73,0,0,1-38.29,19.58 c-16.53,2.51-34,1-49.09-6.62-9.85-4.62-17.88-12.24-25.21-20.18-10.46-11.27-20.9-22.75-33.53-31.66-11.49-8-24.9-12.78-38.53-15.42 C-149.92,0.81,-167.51.39,-185,0Z +Violet Cutout +false + diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index 252cca3..428136e 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -244,7 +244,8 @@ PRODUCT_PACKAGES += \ # Notch PRODUCT_PACKAGES += \ - NotchBarKiller + NotchBarKiller \ + VShapedNotch # RIL PRODUCT_PACKAGES += \