miuicamera-marble: Add more modern camera icon overlay

Change-Id: I25c5d8d8a842f32f78c8760c655ca31aacb8b876
This commit is contained in:
Fabian Leutenegger
2023-11-09 21:17:51 +01:00
committed by Joey
parent c6bd51f95d
commit 9741846af2
9 changed files with 45 additions and 0 deletions

View File

@@ -7,6 +7,10 @@
# Inherit from the proprietary version
$(call inherit-product, vendor/xiaomi/miuicamera-marble/miuicamera-marble-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="com.android.camera.memeoverlay">
<overlay
android:isStatic="true"
android:priority="800"
android:targetPackage="com.android.camera" />
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon
xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_camera_cv_background" />
<foreground android:drawable="@drawable/ic_launcher_camera_cv_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_camera_cv_monochrome" />
</adaptive-icon>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon
xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_camera_cv_background" />
<foreground android:drawable="@drawable/ic_launcher_camera_cv_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_camera_cv_monochrome" />
</adaptive-icon>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon
xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_camera_cv_background" />
<foreground android:drawable="@drawable/ic_launcher_camera_cv_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_camera_cv_monochrome" />
</adaptive-icon>