parent
7b12d2d0e7
commit
5cf6ccd42a
11 changed files with 476 additions and 0 deletions
5
resource-overlay/pstar/SystemUI/Android.bp
Normal file
5
resource-overlay/pstar/SystemUI/Android.bp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
runtime_resource_overlay {
|
||||
name: "SystemUIResPstar",
|
||||
sdk_version: "current",
|
||||
vendor: true
|
||||
}
|
||||
10
resource-overlay/pstar/SystemUI/AndroidManifest.xml
Normal file
10
resource-overlay/pstar/SystemUI/AndroidManifest.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
coreApp="true"
|
||||
package="com.android.systemui.overlay.pstar">
|
||||
<overlay android:targetPackage="com.android.systemui" android:isStatic="true" />
|
||||
</manifest>
|
||||
12
resource-overlay/pstar/SystemUI/res/values-land/dimens.xml
Normal file
12
resource-overlay/pstar/SystemUI/res/values-land/dimens.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
<!-- the padding on the start of the statusbar -->
|
||||
<dimen name="status_bar_padding_start">8dp</dimen>
|
||||
|
||||
<!-- the padding on the top of the statusbar (usually 0) -->
|
||||
<dimen name="status_bar_padding_top">0dp</dimen>
|
||||
</resources>
|
||||
22
resource-overlay/pstar/SystemUI/res/values/dimens.xml
Normal file
22
resource-overlay/pstar/SystemUI/res/values/dimens.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
<dimen name="real_rounded_corner_radius">90px</dimen>
|
||||
|
||||
<!-- the padding on the start of the statusbar -->
|
||||
<dimen name="status_bar_padding_start">0dp</dimen>
|
||||
|
||||
<!-- the padding on the top of the statusbar (usually 0) -->
|
||||
<dimen name="status_bar_padding_top">10px</dimen>
|
||||
|
||||
<dimen name="rounded_corner_content_padding">6px</dimen>
|
||||
|
||||
<!-- Height of the status bar header bar when on Keyguard -->
|
||||
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height_portrait</dimen>
|
||||
|
||||
<!-- Margin on the left side of the carrier text on Keyguard -->
|
||||
<dimen name="keyguard_carrier_text_margin">@dimen/status_bar_padding_start</dimen>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue