miuicamera-marble: Add more modern camera icon overlay
Change-Id: I25c5d8d8a842f32f78c8760c655ca31aacb8b876
This commit is contained in:
@@ -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
|
||||
|
||||
10
overlays/MiuiCameraOverlay/Android.bp
Normal file
10
overlays/MiuiCameraOverlay/Android.bp
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Copyright (C) 2023 Paranoid Android
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "MiuiCameraOverlay",
|
||||
product_specific: true,
|
||||
}
|
||||
10
overlays/MiuiCameraOverlay/AndroidManifest.xml
Normal file
10
overlays/MiuiCameraOverlay/AndroidManifest.xml
Normal 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 |
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user