Loading device.mk +1 −0 Original line number Diff line number Diff line Loading @@ -321,6 +321,7 @@ PRODUCT_PACKAGES += \ FrameworksResCommon \ FrameworksResTarget \ SystemUIResCommon \ SystemUIResTarget \ TelephonyResCommon \ WifiResCommon \ WifiResTarget_spf \ Loading overlay/SystemUIResTarget/Android.bp 0 → 100644 +9 −0 Original line number Diff line number Diff line // // Copyright (C) 2023 E FOUNDATION // SPDX-License-Identifier: Apache-2.0 // runtime_resource_overlay { name: "SystemUIResTarget", vendor: true, } overlay/SystemUIResTarget/AndroidManifest.xml 0 → 100644 +13 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2023 E FOUNDATION SPDX-License-Identifier: Apache-2.0 --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.systemui.overlay.target"> <overlay android:isStatic="true" android:priority="350" android:targetPackage="com.android.systemui" /> </manifest> overlay/SystemUIResTarget/res/values/dimens.xml 0 → 100644 +17 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2023 E FOUNDATION SPDX-License-Identifier: Apache-2.0 --> <resources> <dimen name="rounded_corner_content_padding">90px</dimen> <!-- the padding on the top of the statusbar (usually 0) --> <dimen name="status_bar_padding_top">32px</dimen> <!-- the padding on the start of the statusbar --> <dimen name="status_bar_padding_start">0px</dimen> <!-- the padding on the end of the statusbar --> <dimen name="status_bar_padding_end">0px</dimen> </resources> Loading
device.mk +1 −0 Original line number Diff line number Diff line Loading @@ -321,6 +321,7 @@ PRODUCT_PACKAGES += \ FrameworksResCommon \ FrameworksResTarget \ SystemUIResCommon \ SystemUIResTarget \ TelephonyResCommon \ WifiResCommon \ WifiResTarget_spf \ Loading
overlay/SystemUIResTarget/Android.bp 0 → 100644 +9 −0 Original line number Diff line number Diff line // // Copyright (C) 2023 E FOUNDATION // SPDX-License-Identifier: Apache-2.0 // runtime_resource_overlay { name: "SystemUIResTarget", vendor: true, }
overlay/SystemUIResTarget/AndroidManifest.xml 0 → 100644 +13 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2023 E FOUNDATION SPDX-License-Identifier: Apache-2.0 --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.systemui.overlay.target"> <overlay android:isStatic="true" android:priority="350" android:targetPackage="com.android.systemui" /> </manifest>
overlay/SystemUIResTarget/res/values/dimens.xml 0 → 100644 +17 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2023 E FOUNDATION SPDX-License-Identifier: Apache-2.0 --> <resources> <dimen name="rounded_corner_content_padding">90px</dimen> <!-- the padding on the top of the statusbar (usually 0) --> <dimen name="status_bar_padding_top">32px</dimen> <!-- the padding on the start of the statusbar --> <dimen name="status_bar_padding_start">0px</dimen> <!-- the padding on the end of the statusbar --> <dimen name="status_bar_padding_end">0px</dimen> </resources>