ingres: overlay: Import rounded corners
diff --git a/overlay/SystemUI/Android.bp b/overlay/SystemUI/Android.bp
new file mode 100644
index 0000000..c6ef0b9
--- /dev/null
+++ b/overlay/SystemUI/Android.bp
@@ -0,0 +1,10 @@
+//
+// Copyright (C) 2025 The LineageOS Project
+//
+// SPDX-License-Identifier: Apache-2.0
+//
+
+runtime_resource_overlay {
+    name: "SystemUIResIngres",
+    device_specific: true,
+}
diff --git a/overlay/SystemUI/AndroidManifest.xml b/overlay/SystemUI/AndroidManifest.xml
new file mode 100644
index 0000000..10b2ba6
--- /dev/null
+++ b/overlay/SystemUI/AndroidManifest.xml
@@ -0,0 +1,10 @@
+<!--
+     Copyright (C) 2025 The LineageOS Project
+     SPDX-License-Identifier: Apache-2.0
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="com.android.systemui.overlay.ingres">
+    <overlay android:targetPackage="com.android.systemui"
+                   android:isStatic="true"
+                   android:priority="700"/>
+</manifest>
diff --git a/overlay/SystemUI/res/values/dimens.xml b/overlay/SystemUI/res/values/dimens.xml
new file mode 100644
index 0000000..18c61a3
--- /dev/null
+++ b/overlay/SystemUI/res/values/dimens.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+     Copyright (C) 2025 The LineageOS Project
+     SPDX-License-Identifier: Apache-2.0
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <dimen name="rounded_corner_content_padding">52.0px</dimen>
+
+    <!-- Location on the screen of the center of the physical power button. This is a reasonable
+    default that should be overridden by device-specific overlays. -->
+    <dimen name="physical_power_button_center_screen_location_y">1400px</dimen>
+
+    <!-- Microns/ums (1000 um = 1mm) per pixel for the given device. If unspecified, UI that
+         relies on this value will not be sized correctly. -->
+    <item format="float" name="pixel_pitch" type="dimen">48.71</item>
+</resources>