diff --git a/device.mk b/device.mk
index 590fd4e..f2fa238 100644
--- a/device.mk
+++ b/device.mk
@@ -312,6 +312,7 @@ PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += \
PRODUCT_PACKAGES += \
CarrierConfigOverlayRosemary \
FrameworksResOverlayRosemary \
+ SystemUIOverlayRosemary \
TelephonyOverlayRosemary \
TetheringConfigOverlayRosemary \
WifiOverlayRosemary
diff --git a/rro_overlays/SystemUIOverlayRosemary/Android.bp b/rro_overlays/SystemUIOverlayRosemary/Android.bp
new file mode 100644
index 0000000..a9fc99e
--- /dev/null
+++ b/rro_overlays/SystemUIOverlayRosemary/Android.bp
@@ -0,0 +1,22 @@
+//
+// Copyright (C) 2019 The Android Open Source Project
+//
+// 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: "SystemUIOverlayRosemary",
+ sdk_version: "current",
+ resource_dirs: ["res"],
+ vendor: true,
+}
diff --git a/rro_overlays/SystemUIOverlayRosemary/AndroidManifest.xml b/rro_overlays/SystemUIOverlayRosemary/AndroidManifest.xml
new file mode 100644
index 0000000..332762e
--- /dev/null
+++ b/rro_overlays/SystemUIOverlayRosemary/AndroidManifest.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/rro_overlays/SystemUIOverlayRosemary/res/values/dimens.xml b/rro_overlays/SystemUIOverlayRosemary/res/values/dimens.xml
new file mode 100644
index 0000000..d781ec5
--- /dev/null
+++ b/rro_overlays/SystemUIOverlayRosemary/res/values/dimens.xml
@@ -0,0 +1,4 @@
+
+
+
+