Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Samsung/a55x-SystemUI/Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-samsung-a55x-systemui
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)
10 changes: 10 additions & 0 deletions Samsung/a55x-SystemUI/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.samsung.a55x.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="a55x"
android:priority="948"
android:isStatic="true" />
</manifest>
11 changes: 11 additions & 0 deletions Samsung/a55x-SystemUI/res/values/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<resources>
<dimen name="status_bar_padding_start">40.0px</dimen>
<dimen name="status_bar_padding_top">23.0px</dimen>
<dimen name="physical_power_button_center_screen_location_y">1150.0px</dimen>
<dimen name="rounded_corner_radius_bottom">50.0dip</dimen>
<dimen name="rounded_corner_radius_top">50.0dip</dimen>
<dimen name="status_bar_height_portrait">5.8339844mm</dimen>
<dimen name="rounded_corner_radius">128.0px</dimen>
<dimen name="status_bar_indicator_corner_padding">59.0px</dimen>

</resources>
8 changes: 8 additions & 0 deletions Samsung/a55x/Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-samsung-a55x
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)
10 changes: 10 additions & 0 deletions Samsung/a55x/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.samsung.a55x"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="a55x"
android:priority="948"
android:isStatic="true" />
</manifest>
Loading