Add more modern camera icon overlay

Change-Id: I25c5d8d8a842f32f78c8760c655ca31aacb8b876
This commit is contained in:
Fabian Leutenegger
2024-07-28 02:44:38 +08:00
committed by ralph950412
parent 9dbc3dee17
commit 9468a4d668
6 changed files with 24 additions and 0 deletions

View File

@@ -7,6 +7,10 @@
# Inherit from the proprietary version
$(call inherit-product, vendor/xiaomi/miuicamera-venus/miuicamera-venus-vendor.mk)
# Overlays
PRODUCT_PACKAGES += \
MiuiCameraOverlay
# Public libraries
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/public.libraries-xiaomi.txt:$(TARGET_COPY_OUT_SYSTEM)/etc/public.libraries-xiaomi.txt

View File

@@ -0,0 +1,10 @@
//
// Copyright (C) 2023 Paranoid Android
//
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "MiuiCameraOverlay",
product_specific: true,
}

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="co.aospa.camera.overlay">
<overlay
android:isStatic="true"
android:priority="800"
android:targetPackage="com.android.camera" />
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB