miuicamera: Update blobs
Signed-off-by: kylieeXD <khayloaftck@gmail.com>
@@ -9,6 +9,182 @@ soong_namespace {
|
||||
],
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.xiaomi.hardware.misys.common-V3-ndk",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/vendor.xiaomi.hardware.misys.common-V3-ndk.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbinder_ndk",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libmisys_jni.xiaomi",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/system_ext/lib/libmisys_jni.xiaomi.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libnativehelper",
|
||||
"libhidlmemory",
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
"android.hidl.memory@1.0",
|
||||
"android.hidl.allocator@1.0",
|
||||
"vendor.xiaomi.hardware.misys@1.0",
|
||||
"vendor.xiaomi.hardware.misys@3.0",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/system_ext/lib64/libmisys_jni.xiaomi.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libnativehelper",
|
||||
"libhidlmemory",
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
"android.hidl.memory@1.0",
|
||||
"android.hidl.allocator@1.0",
|
||||
"vendor.xiaomi.hardware.misys@1.0",
|
||||
"vendor.xiaomi.hardware.misys@3.0",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.xiaomi.hardware.misys@1.0",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/system_ext/lib/vendor.xiaomi.hardware.misys@1.0.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/system_ext/lib64/vendor.xiaomi.hardware.misys@1.0.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.xiaomi.hardware.misys@3.0",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/system_ext/lib/vendor.xiaomi.hardware.misys@3.0.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"android.hidl.allocator@1.0",
|
||||
"android.hidl.memory.block@1.0",
|
||||
"android.hidl.memory.token@1.0",
|
||||
"vendor.xiaomi.hardware.misys@1.0",
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/system_ext/lib64/vendor.xiaomi.hardware.misys@3.0.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"android.hidl.allocator@1.0",
|
||||
"android.hidl.memory.block@1.0",
|
||||
"android.hidl.memory.token@1.0",
|
||||
"vendor.xiaomi.hardware.misys@1.0",
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libcamera_algoup_jni.xiaomi",
|
||||
owner: "xiaomi",
|
||||
@@ -205,6 +381,58 @@ cc_prebuilt_library_shared {
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.xiaomi.hardware.misys.common-V3-ndk-system_ext",
|
||||
stem: "vendor.xiaomi.hardware.misys.common-V3-ndk",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/system_ext/lib64/vendor.xiaomi.hardware.misys.common-V3-ndk.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbinder_ndk",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.xiaomi.hardware.misys.core-V1-ndk-system_ext",
|
||||
stem: "vendor.xiaomi.hardware.misys.core-V1-ndk",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/system_ext/lib64/vendor.xiaomi.hardware.misys.core-V1-ndk.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbinder_ndk",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "MiuiCamera",
|
||||
owner: "xiaomi",
|
||||
@@ -227,3 +455,96 @@ dex_import {
|
||||
"proprietary/system/framework/mediatek-framework.jar",
|
||||
],
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "vendor.xiaomi.hardware.misys-V1.0-java",
|
||||
owner: "xiaomi",
|
||||
jars: [
|
||||
"proprietary/system_ext/framework/vendor.xiaomi.hardware.misys-V1.0-java.jar",
|
||||
],
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "vendor.xiaomi.hardware.misys-V2.0-java",
|
||||
owner: "xiaomi",
|
||||
jars: [
|
||||
"proprietary/system_ext/framework/vendor.xiaomi.hardware.misys-V2.0-java.jar",
|
||||
],
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "vendor.xiaomi.hardware.misys-V4.0-java",
|
||||
owner: "xiaomi",
|
||||
jars: [
|
||||
"proprietary/system_ext/framework/vendor.xiaomi.hardware.misys-V4.0-java.jar",
|
||||
],
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "vendor.xiaomi.hardware.misys.V3_0",
|
||||
owner: "xiaomi",
|
||||
jars: [
|
||||
"proprietary/system_ext/framework/vendor.xiaomi.hardware.misys.V3_0.jar",
|
||||
],
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "vendor.xiaomi.hardware.misys.common-V2-java",
|
||||
owner: "xiaomi",
|
||||
jars: [
|
||||
"proprietary/system_ext/framework/vendor.xiaomi.hardware.misys.common-V2-java.jar",
|
||||
],
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
prebuilt_etc_xml {
|
||||
name: "vendor.xiaomi.hardware.misys.common.xml",
|
||||
owner: "xiaomi",
|
||||
src: "proprietary/vendor/etc/vintf/manifest/vendor.xiaomi.hardware.misys.common.xml",
|
||||
filename_from_src: true,
|
||||
sub_dir: "vintf/manifest",
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
prebuilt_etc_xml {
|
||||
name: "vendor.xiaomi.hardware.misys.core.xml",
|
||||
owner: "xiaomi",
|
||||
src: "proprietary/vendor/etc/vintf/manifest/vendor.xiaomi.hardware.misys.core.xml",
|
||||
filename_from_src: true,
|
||||
sub_dir: "vintf/manifest",
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_binary {
|
||||
name: "vendor.xiaomi.hardware.misys.core-service",
|
||||
owner: "xiaomi",
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/bin/hw/vendor.xiaomi.hardware.misys.core-service",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libbinder_ndk",
|
||||
"vendor.xiaomi.hardware.misys.core-V1-ndk",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
prefer: true,
|
||||
relative_install_path: "hw",
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
@@ -160,579 +160,6 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/videofilter/173_LeicaBrass.png:$(TARGET_COPY_OUT_ODM)/etc/camera/videofilter/173_LeicaBrass.png \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/videofilter/174_LeicaTeal.png:$(TARGET_COPY_OUT_ODM)/etc/camera/videofilter/174_LeicaTeal.png \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/videofilter/175_LeicaIModelA.png:$(TARGET_COPY_OUT_ODM)/etc/camera/videofilter/175_LeicaIModelA.png \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/icon_1_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/icon_1_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/icon_1_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/icon_1_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/icon_2_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/icon_2_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/icon_2_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/icon_2_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/icon_3_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/icon_3_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/icon_3_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/icon_3_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/icon_4_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/icon_4_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/icon_4_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/icon_4_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/img_right_1.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/img_right_1.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/img_right_2.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/img_right_2.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/img_right_3.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/img_right_3.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/img_right_4.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/img_right_4.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/img_setting.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/img_setting.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/meta.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/meta.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/mivi_4.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/mivi_4.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/139/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/139/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/2026_parents_day/img_setting_base.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/2026_parents_day/img_setting_base.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/assets_copied:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/assets_copied \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/icon_background_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/icon_background_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/icon_background_dark_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/icon_background_dark_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/icon_background_light_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/icon_background_light_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/icon_background_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/icon_background_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/mivi_10.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/mivi_10.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/mivi_11.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/mivi_11.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/mivi_4.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/mivi_4.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/mivi_5.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/mivi_5.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/mivi_6.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/mivi_6.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/mivi_7.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/mivi_7.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/mivi_8.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/mivi_8.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/mivi_9.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/mivi_9.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/17/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/17/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/icon_background_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/icon_background_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/icon_background_dark_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/icon_background_dark_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/icon_background_light_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/icon_background_light_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/icon_background_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/icon_background_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/18/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/18/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/19/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/19/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/19/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/19/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/19/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/19/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/19/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/19/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/19/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/19/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/19/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/19/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/20/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/20/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/20/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/20/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/20/icon_background_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/20/icon_background_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/20/icon_background_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/20/icon_background_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/20/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/20/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/20/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/20/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/20/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/20/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/20/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/20/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/20/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/20/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/20/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/20/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/20/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/20/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/20/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/20/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/custom_icon_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/custom_icon_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/custom_icon_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/custom_icon_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/icon_background_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/icon_background_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/icon_background_dark_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/icon_background_dark_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/icon_background_light_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/icon_background_light_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/icon_background_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/icon_background_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/userData/current/icon/custom_icon_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/userData/current/icon/custom_icon_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/21/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/21/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/custom_icon_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/custom_icon_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/custom_icon_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/custom_icon_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/icon_background_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/icon_background_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/icon_background_dark_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/icon_background_dark_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/icon_background_light_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/icon_background_light_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/icon_background_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/icon_background_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/icon_inner_border_left_dark.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/icon_inner_border_left_dark.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/icon_inner_border_left_light.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/icon_inner_border_left_light.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/icon_inner_border_right_dark.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/icon_inner_border_right_dark.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/icon_inner_border_right_light.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/icon_inner_border_right_light.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/mivi_4.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/mivi_4.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/userData/current/icon/custom_icon_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/userData/current/icon/custom_icon_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/22/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/22/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/custom_icon_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/custom_icon_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/custom_icon_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/custom_icon_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/icon_background_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/icon_background_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/icon_background_dark_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/icon_background_dark_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/icon_background_light_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/icon_background_light_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/icon_background_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/icon_background_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/userData/current/icon/custom_icon_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/userData/current/icon/custom_icon_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/23/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/23/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/71/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/71/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/71/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/71/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/71/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/71/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/71/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/71/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/71/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/71/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/71/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/71/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/71/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/71/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/71/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/71/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/71/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/71/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/72/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/72/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/72/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/72/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/72/icon_background_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/72/icon_background_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/72/icon_background_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/72/icon_background_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/72/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/72/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/72/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/72/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/72/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/72/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/72/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/72/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/72/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/72/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/72/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/72/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/72/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/72/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/72/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/72/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/95/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/95/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/95/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/95/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/95/icon_background_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/95/icon_background_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/95/icon_background_dark_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/95/icon_background_dark_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/95/icon_background_light_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/95/icon_background_light_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/95/icon_background_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/95/icon_background_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/95/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/95/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/95/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/95/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/95/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/95/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/95/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/95/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/95/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/95/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/95/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/95/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/95/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/95/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/95/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/95/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/96/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/96/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/96/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/96/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/96/icon_background_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/96/icon_background_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/96/icon_background_dark_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/96/icon_background_dark_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/96/icon_background_light_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/96/icon_background_light_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/96/icon_background_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/96/icon_background_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/96/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/96/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/96/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/96/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/96/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/96/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/96/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/96/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/96/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/96/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/96/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/96/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/96/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/96/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/96/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/96/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/97/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/97/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/97/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/97/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/97/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/97/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/97/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/97/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/97/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/97/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/97/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/97/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/98/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/98/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/98/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/98/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/98/icon_background_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/98/icon_background_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/98/icon_background_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/98/icon_background_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/98/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/98/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/98/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/98/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/98/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/98/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/98/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/98/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/98/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/98/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/98/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/98/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/98/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/98/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/98/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/98/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/custom_icon_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/custom_icon_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/custom_icon_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/custom_icon_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/icon_background_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/icon_background_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/icon_background_dark_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/icon_background_dark_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/icon_background_light_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/icon_background_light_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/icon_background_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/icon_background_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/icon_inner_border_left_dark.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/icon_inner_border_left_dark.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/icon_inner_border_left_light.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/icon_inner_border_left_light.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/icon_inner_border_right_dark.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/icon_inner_border_right_dark.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/icon_inner_border_right_light.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/icon_inner_border_right_light.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/99/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/99/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/classic/img_setting_base.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/classic/img_setting_base.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/103/background_image_bottom.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/103/background_image_bottom.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/103/background_image_top.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/103/background_image_top.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/103/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/103/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/103/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/103/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/103/poco_F4CA32.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/103/poco_F4CA32.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/103/redmi_F4CA32.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/103/redmi_F4CA32.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/103/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/103/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/103/xiaomi_F4CA32.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/103/xiaomi_F4CA32.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/12/background_image_bottom.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/12/background_image_bottom.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/12/background_image_top.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/12/background_image_top.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/12/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/12/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/12/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/12/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/12/poco_F4CA32.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/12/poco_F4CA32.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/12/redmi_F4CA32.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/12/redmi_F4CA32.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/12/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/12/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/12/xiaomi_F4CA32.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/12/xiaomi_F4CA32.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/background_texture_1.png:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/background_texture_1.png \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/icon_background_texture_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/icon_background_texture_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/icon_background_texture_blue_gray.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/icon_background_texture_blue_gray.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/icon_background_texture_blue_gray_dark.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/icon_background_texture_blue_gray_dark.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/icon_background_texture_blue_gray_light.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/icon_background_texture_blue_gray_light.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/icon_background_texture_brown_gray.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/icon_background_texture_brown_gray.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/icon_background_texture_green_dark.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/icon_background_texture_green_dark.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/icon_background_texture_green_gray_light.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/icon_background_texture_green_gray_light.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/icon_background_texture_rose_gray.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/icon_background_texture_rose_gray.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/icon_background_texture_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/icon_background_texture_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/13/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/13/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/14/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/14/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/14/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/14/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/14/icon_gradient_color_blue_dark.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/14/icon_gradient_color_blue_dark.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/14/icon_gradient_color_blue_light.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/14/icon_gradient_color_blue_light.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/14/icon_gradient_color_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/14/icon_gradient_color_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/14/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/14/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/14/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/14/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/14/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/14/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/14/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/14/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/14/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/14/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/14/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/14/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/14/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/14/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/15/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/15/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/15/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/15/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/15/icon_background_noise_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/15/icon_background_noise_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/15/icon_triangle.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/15/icon_triangle.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/15/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/15/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/15/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/15/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/15/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/15/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/15/mivi_4.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/15/mivi_4.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/15/poco_CE9238.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/15/poco_CE9238.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/15/redmi_CE9238.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/15/redmi_CE9238.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/15/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/15/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/15/xiaomi_CE9238.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/15/xiaomi_CE9238.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/16/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/16/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/16/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/16/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/16/icon_background_noise_blur.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/16/icon_background_noise_blur.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/16/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/16/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/16/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/16/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/16/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/16/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/16/mivi_4.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/16/mivi_4.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/16/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/16/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/16/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/16/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/16/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/16/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/16/userData/resource/custom_text:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/16/userData/resource/custom_text \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/16/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/16/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/icon_gradient_color_blue_dark.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/icon_gradient_color_blue_dark.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/icon_gradient_color_blue_light.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/icon_gradient_color_blue_light.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/icon_gradient_color_yellow.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/icon_gradient_color_yellow.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/mivi_4.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/mivi_4.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/73/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/73/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/film/img_setting_base.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/film/img_setting_base.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/ranges.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/ranges.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/106/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/106/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/106/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/106/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/106/icon_background_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/106/icon_background_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/106/icon_background_blue.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/106/icon_background_blue.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/106/image_center_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/106/image_center_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/106/image_center_blue.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/106/image_center_blue.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/106/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/106/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/106/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/106/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/106/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/106/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/106/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/106/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/106/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/106/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/106/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/106/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/106/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/106/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/106/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/106/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/dynamic_right_basketball.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/dynamic_right_basketball.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/dynamic_right_tennis.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/dynamic_right_tennis.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/icon_background_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/icon_background_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/icon_background_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/icon_background_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/icon_basketball_dark.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/icon_basketball_dark.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/icon_basketball_light.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/icon_basketball_light.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/icon_tennis_dark.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/icon_tennis_dark.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/icon_tennis_light.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/icon_tennis_light.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/mivi_4.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/mivi_4.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/static_right_basketball.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/static_right_basketball.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/static_right_tennis.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/static_right_tennis.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/120/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/120/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/dynamic_left_tennis.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/dynamic_left_tennis.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/dynamic_right_tennis.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/dynamic_right_tennis.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/icon_layout_left_tennis_dark.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/icon_layout_left_tennis_dark.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/icon_layout_left_tennis_light.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/icon_layout_left_tennis_light.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/icon_layout_right_tennis_dark.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/icon_layout_right_tennis_dark.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/icon_layout_right_tennis_light.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/icon_layout_right_tennis_light.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/icon_tennis.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/icon_tennis.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/mivi_4.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/mivi_4.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/static_left_tennis.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/static_left_tennis.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/static_right_tennis.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/static_right_tennis.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/121/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/121/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/dynamic_right_basketball.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/dynamic_right_basketball.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/dynamic_right_football.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/dynamic_right_football.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/dynamic_right_tennis.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/dynamic_right_tennis.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/icon_basketball_dark.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/icon_basketball_dark.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/icon_basketball_light.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/icon_basketball_light.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/icon_football_dark.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/icon_football_dark.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/icon_football_light.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/icon_football_light.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/icon_tennis_dark.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/icon_tennis_dark.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/icon_tennis_light.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/icon_tennis_light.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/mivi_4.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/mivi_4.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/static_right_basketball.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/static_right_basketball.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/static_right_football.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/static_right_football.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/static_right_tennis.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/static_right_tennis.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/122/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/122/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/icon_background_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/icon_background_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/icon_background_blue.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/icon_background_blue.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/image_center_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/image_center_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/image_center_blue.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/image_center_blue.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/mivi_4.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/mivi_4.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/74/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/74/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/icon_background_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/icon_background_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/icon_background_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/icon_background_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/leica.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/leica.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/mivi_4.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/mivi_4.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/pong_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/pong_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/pong_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/pong_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/radius_center_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/radius_center_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/radius_center_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/radius_center_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/radius_left_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/radius_left_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/radius_left_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/radius_left_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/radius_right_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/radius_right_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/radius_right_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/radius_right_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/75/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/75/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/icon_badminton.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/icon_badminton.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/icon_basketBall.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/icon_basketBall.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/icon_diving.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/icon_diving.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/icon_gymnastics.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/icon_gymnastics.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/icon_running.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/icon_running.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/icon_shooting.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/icon_shooting.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/icon_swimming.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/icon_swimming.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/icon_tableTennis.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/icon_tableTennis.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/icon_tennis.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/icon_tennis.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/icon_volleyball.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/icon_volleyball.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/image_badminton.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/image_badminton.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/image_basketBall.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/image_basketBall.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/image_diving.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/image_diving.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/image_gymnastics.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/image_gymnastics.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/image_running.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/image_running.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/image_shooting.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/image_shooting.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/image_swimming.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/image_swimming.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/image_tableTennis.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/image_tableTennis.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/image_tennis.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/image_tennis.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/image_volleyball.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/image_volleyball.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/mivi_4.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/mivi_4.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/76/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/76/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/background_badminton.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/background_badminton.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/background_basketball.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/background_basketball.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/background_diving.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/background_diving.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/background_gymnastics.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/background_gymnastics.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/background_pingPong.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/background_pingPong.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/background_running.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/background_running.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/background_shooting.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/background_shooting.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/background_swim.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/background_swim.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/background_tennis.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/background_tennis.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/background_volleyball.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/background_volleyball.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/icon_badminton.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/icon_badminton.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/icon_basketball.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/icon_basketball.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/icon_diving.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/icon_diving.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/icon_gymnastics.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/icon_gymnastics.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/icon_pingPong.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/icon_pingPong.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/icon_running.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/icon_running.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/icon_shooting.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/icon_shooting.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/icon_swim.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/icon_swim.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/icon_tennis.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/icon_tennis.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/icon_volleyball.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/icon_volleyball.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/poco_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/poco_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/redmi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/redmi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/redmi_red.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/redmi_red.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/77/xiaomi_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/77/xiaomi_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/sports/img_setting_base.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/sports/img_setting_base.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/107/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/107/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/107/custom_icon_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/107/custom_icon_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/107/custom_icon_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/107/custom_icon_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/107/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/107/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/107/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/107/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/107/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/107/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/107/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/107/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/107/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/107/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/6/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/6/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/6/custom_icon_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/6/custom_icon_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/6/custom_icon_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/6/custom_icon_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/6/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/6/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/6/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/6/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/6/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/6/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/6/mivi_3.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/6/mivi_3.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/6/mivi_4.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/6/mivi_4.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/6/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/6/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/6/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/6/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/6/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/6/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/6/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/6/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/7/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/7/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/7/custom_icon_black.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/7/custom_icon_black.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/7/custom_icon_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/7/custom_icon_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/7/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/7/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/7/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/7/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/7/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/7/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/7/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/7/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/7/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/7/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/8/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/8/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/8/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/8/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/8/poco_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/8/poco_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/8/redmi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/8/redmi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/8/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/8/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/8/xiaomi_white.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/8/xiaomi_white.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/standard/img_setting_base.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/standard/img_setting_base.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/tag/10/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/tag/10/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/tag/10/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/tag/10/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/tag/10/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/tag/10/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/tag/11/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/tag/11/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/tag/11/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/tag/11/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/tag/11/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/tag/11/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/tag/9/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/tag/9/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/tag/9/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/tag/9/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/tag/9/mivi_1.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/tag/9/mivi_1.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/tag/9/mivi_2.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/tag/9/mivi_2.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/tag/9/userData/current/userConfig.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/tag/9/userData/current/userConfig.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/tag/config.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/tag/config.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/tag/i18n.json:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/tag/i18n.json \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/tag/img_setting_base.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/tag/img_setting_base.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/configs/version:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/configs/version \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/watermark/MiSans-Demibold.ttf:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/watermark/MiSans-Demibold.ttf \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/watermark/MiSans-Medium.ttf:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/watermark/MiSans-Medium.ttf \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/watermark/MiSans-Regular.ttf:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/watermark/MiSans-Regular.ttf \
|
||||
@@ -840,17 +267,36 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/watermark/ic_wp_west_lake.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/watermark/ic_wp_west_lake.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/watermark/ic_wp_wuhan.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/watermark/ic_wp_wuhan.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/watermark/ic_wp_zhang_jia_jie.webp:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/watermark/ic_wp_zhang_jia_jie.webp \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/watermark/noise_logo.png:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/watermark/noise_logo.png
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/odm/etc/camera/xiaomi/watermark/noise_logo.png:$(TARGET_COPY_OUT_ODM)/etc/camera/xiaomi/watermark/noise_logo.png \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/system_ext/etc/permissions/vendor.xiaomi.hardware.misys-V1.0-java-permission.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/vendor.xiaomi.hardware.misys-V1.0-java-permission.xml \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/system_ext/etc/permissions/vendor.xiaomi.hardware.misys-V2.0-java-permission.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/vendor.xiaomi.hardware.misys-V2.0-java-permission.xml \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/system_ext/etc/permissions/vendor.xiaomi.hardware.misys-V4.0-java-permission.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/vendor.xiaomi.hardware.misys-V4.0-java-permission.xml \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/system_ext/etc/permissions/vendor.xiaomi.hardware.misys.V3_0-permission.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/vendor.xiaomi.hardware.misys.V3_0-permission.xml \
|
||||
vendor/xiaomi/klee-miuicamera/proprietary/vendor/etc/init/vendor.xiaomi.hardware.misys.core-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.xiaomi.hardware.misys.core-service.rc
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.xiaomi.hardware.misys.common-V3-ndk \
|
||||
libmisys_jni.xiaomi \
|
||||
vendor.xiaomi.hardware.misys@1.0 \
|
||||
vendor.xiaomi.hardware.misys@3.0 \
|
||||
libcamera_algoup_jni.xiaomi \
|
||||
libcamera_ispinterface_jni.xiaomi \
|
||||
libcamera_mianode_jni.xiaomi \
|
||||
libmtkisp_metadata_sys \
|
||||
vendor.mediatek.hardware.camera.isphal-V1-ndk-system_ext \
|
||||
vendor.mediatek.hardware.camera.isphal@1.0-system_ext \
|
||||
vendor.xiaomi.hardware.misys.common-V3-ndk-system_ext \
|
||||
vendor.xiaomi.hardware.misys.core-V1-ndk-system_ext \
|
||||
MiuiCamera \
|
||||
mediatek-framework
|
||||
mediatek-framework \
|
||||
vendor.xiaomi.hardware.misys-V1.0-java \
|
||||
vendor.xiaomi.hardware.misys-V2.0-java \
|
||||
vendor.xiaomi.hardware.misys-V4.0-java \
|
||||
vendor.xiaomi.hardware.misys.V3_0 \
|
||||
vendor.xiaomi.hardware.misys.common-V2-java \
|
||||
vendor.xiaomi.hardware.misys.common.xml \
|
||||
vendor.xiaomi.hardware.misys.core.xml \
|
||||
vendor.xiaomi.hardware.misys.core-service
|
||||
|
||||
PRODUCT_BOOT_JARS += \
|
||||
mediatek-framework
|
||||
|
||||
@@ -1,262 +0,0 @@
|
||||
{
|
||||
"version": 1.0,
|
||||
"metadata": {
|
||||
"name": "@wm_2026_graduation_season_139",
|
||||
"id": "139",
|
||||
"description": "2026_graduation_season_139",
|
||||
"reminder_not_support_mode": ["multi", "raw", "200m", "doc", "pano", "mimoji", "instant"],
|
||||
"show_in_menu": true,
|
||||
"setting_img": "img_setting.webp",
|
||||
"priority": 2,
|
||||
"exclude_cases": ["200m"],
|
||||
"limitation": {
|
||||
"system_properties": {
|
||||
"ro.product.device": []
|
||||
},
|
||||
"device_type": []
|
||||
}
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "center",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"background": "@background=background_1",
|
||||
"background_optional": true,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "top_padding",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "30dp",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "src_layout",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "center",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_padding",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "30dp",
|
||||
"layout_height": "match_parent",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"layout_gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"display_height": "0dp",
|
||||
"path": ""
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_padding",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "30dp",
|
||||
"layout_height": "match_parent",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "none",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "172dp",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "left|center_vertical",
|
||||
"margin_left": "50dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "padding_1",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "4dp",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "brand_layout",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "left|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"layout_gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"display_height": "36dp",
|
||||
"display_width": "0dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=2"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"margin_left": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@model= @{series}@{versionNumber}",
|
||||
"text_upper": false,
|
||||
"font_ref": "f1"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"margin_left": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@model=@{versionName}",
|
||||
"text_upper": false,
|
||||
"font_ref": "f2",
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 8,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [7.2, 7.2, 7.2, 7.2, 7.2, 7.2, 7.2, 7.2],
|
||||
"rect_line_color": "@foreground=1",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "28dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "padding_2",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "4dp",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "mix_text_1",
|
||||
"optional": true,
|
||||
"layout_gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "7dp",
|
||||
"text": "@mix=time;@locationLimit=0.8;@time=@wm_time_yyyy_MM_dd_HH_mm",
|
||||
"font_ref": "f3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "right_bottom_img",
|
||||
"layout_gravity": "right",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"display_height": "172dp",
|
||||
"display_width": "0dp",
|
||||
"path": "pathType=select;path=img_right;foreground=3"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"background": [
|
||||
{
|
||||
"name": "background_1",
|
||||
"icon": "@img=icon_1_white.webp",
|
||||
"icon_dark": "@img=icon_1_black.webp",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": ["#FF000000", "#BF000000", "black", "1"]
|
||||
},
|
||||
{
|
||||
"name": "background_2",
|
||||
"icon": "@img=icon_2_white.webp",
|
||||
"icon_dark": "@img=icon_2_black.webp",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": ["#FF000000", "#BF000000", "black", "2"]
|
||||
},
|
||||
{
|
||||
"name": "background_3",
|
||||
"icon": "@img=icon_3_white.webp",
|
||||
"icon_dark": "@img=icon_3_black.webp",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": ["#FF000000", "#BF000000", "black", "3"]
|
||||
},
|
||||
{
|
||||
"name": "background_4",
|
||||
"icon": "@img=icon_4_white.webp",
|
||||
"icon_dark": "@img=icon_4_black.webp",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": ["#FF000000", "#BF000000", "black", "4"]
|
||||
}
|
||||
],
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 30,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501"
|
||||
},
|
||||
"f2": {
|
||||
"size": 20,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 401",
|
||||
"letterSpacing": 0.06
|
||||
},
|
||||
"f3": {
|
||||
"size": 24.0,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 401",
|
||||
"letterSpacing": 0.045
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,88 +0,0 @@
|
||||
{
|
||||
"wm_2026_graduation_season_139": {
|
||||
"zh-rCN": "节日限定水印",
|
||||
"default": "Holidays",
|
||||
"ar": "العطلات",
|
||||
"as-rIN": "বন্ধৰ দিন",
|
||||
"az-rAZ": "Bayramlar",
|
||||
"be": "Святы",
|
||||
"bg": "Празници",
|
||||
"bn-rBD": "ছুটি",
|
||||
"bn-rIN": "ছুটি",
|
||||
"bo-rCN": "དུས་ཆེན་གྱི་ཚད་བཀག་ཆུ་པར་།",
|
||||
"bs": "Praznici",
|
||||
"ca": "Festius",
|
||||
"cs": "Prázdniny",
|
||||
"da": "Helligdage",
|
||||
"de": "Urlaub",
|
||||
"el": "Εορτές",
|
||||
"en-rAU": "Holidays",
|
||||
"en-rGB": "Holidays",
|
||||
"en-rIN": "Holidays",
|
||||
"es-rUS": "Festivos",
|
||||
"es": "Festivos",
|
||||
"et-rEE": "Pühad",
|
||||
"eu-rES": "Oporrak",
|
||||
"fa-rIR": "تعطیلات",
|
||||
"fi": "Lomat",
|
||||
"fr": "Vacances",
|
||||
"gl-rES": "Vacacións",
|
||||
"gu-rIN": "રજાઓ",
|
||||
"ha-rNG": "Ranakun hutu",
|
||||
"hi": "छुट्टियां",
|
||||
"hr": "Praznici",
|
||||
"hu": "Ünnepek",
|
||||
"hy-rAM": "Տոներ",
|
||||
"in": "Hari libur",
|
||||
"it": "Festività",
|
||||
"iw-rIL": "חופשות",
|
||||
"ja": "祝日",
|
||||
"ka-rGE": "არდადეგები",
|
||||
"kk-rKZ": "Демалыстар",
|
||||
"km-rKH": "ថ្ងៃឈប់សម្រាក",
|
||||
"kn-rIN": "ರಜಾದಿನಗಳು",
|
||||
"ko": "휴일",
|
||||
"lo-rLA": "ວັນພັກ",
|
||||
"lt": "Atostogos",
|
||||
"lv": "Brīvdienas",
|
||||
"mk-rMK": "Празници",
|
||||
"ml-rIN": "അവധിദിനങ്ങൾ",
|
||||
"mr-rIN": "सुट्ट्या",
|
||||
"ms-rMY": "Cuti",
|
||||
"mt-rMT": "Btajjel",
|
||||
"my-rMM": "အားလပ်ရက်",
|
||||
"nb": "Ferier",
|
||||
"ne-rIN": "विदाका दिन",
|
||||
"ne-rNP": "विदाका दिन",
|
||||
"nl": "Vakanties",
|
||||
"or-rIN": "ଛୁଟିଦିନ",
|
||||
"pa-rIN": "ਛੁੱਟੀਆਂ",
|
||||
"pl": "Urlop",
|
||||
"pt-rBR": "Feriados",
|
||||
"pt-rPT": "Feriados",
|
||||
"ro": "Vacanțe",
|
||||
"ru": "Праздники",
|
||||
"sk": "Sviatky",
|
||||
"sl": "Prazniki",
|
||||
"sq-rAL": "Pushime",
|
||||
"sr": "Празници",
|
||||
"sv": "Semestrar",
|
||||
"sw": "Sikukuu",
|
||||
"ta-rIN": "விடுமுறைகள்",
|
||||
"te-rIN": "సెలవులు",
|
||||
"th": "วันหยุด",
|
||||
"tr": "Tatiller",
|
||||
"ug-rCN": "بايراملىق چەكلىك سۇ باسمىسى",
|
||||
"uk": "Свята",
|
||||
"ur-rIN": "تعطیلات",
|
||||
"ur-rPK": "تعطیلات",
|
||||
"uz-rUZ": "Ta’tillar",
|
||||
"vi": "Ngày lễ",
|
||||
"zh-rHK": "節日限定浮水印",
|
||||
"zh-rTW": "節日限定浮水印"
|
||||
},
|
||||
"wm_time_yyyy_MM_dd_HH_mm": {
|
||||
"default": "yyyy.MM.dd HH:mm",
|
||||
"zh-rCN": "yyyy.MM.dd HH:mm"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 122 KiB |
|
Before Width: | Height: | Size: 176 KiB |
|
Before Width: | Height: | Size: 156 KiB |
|
Before Width: | Height: | Size: 104 KiB |
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"version": 1.0,
|
||||
"metadata": {
|
||||
"name": "@wm_2026_graduation_season_139",
|
||||
"id": "139",
|
||||
"description": "2026_graduation_season_139",
|
||||
"reminder_not_support_mode": [
|
||||
"multi",
|
||||
"raw",
|
||||
"200m",
|
||||
"doc",
|
||||
"pano",
|
||||
"mimoji",
|
||||
"instant"
|
||||
],
|
||||
"show_in_menu": true,
|
||||
"setting_img": "img_setting.webp",
|
||||
"priority": 2,
|
||||
"exclude_cases": [
|
||||
"200m"
|
||||
],
|
||||
"limitation": {
|
||||
"system_properties": {
|
||||
"ro.product.device": []
|
||||
},
|
||||
"device_type": []
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,378 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_2026_graduation_season_139",
|
||||
"id": "139",
|
||||
"description": "2026_graduation_season_139",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=background_1",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "top_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "30dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "src_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "30dp",
|
||||
"layout_height": "match_parent",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "30dp",
|
||||
"layout_height": "match_parent",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "none",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "172dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "padding_1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "4dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "brand_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "36dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=2",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 8,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2
|
||||
],
|
||||
"rect_line_color": "@foreground=1",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "28dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "padding_2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "4dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "mix_text_1",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "7.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"text": "@time=yyyy.MM.dd HH:mm",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "right_bottom_img",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "right",
|
||||
"display_width": "0dp",
|
||||
"display_height": "172dp",
|
||||
"path": "pathType=select;path=img_right;foreground=3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 30,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 20,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 401",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.06,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 401",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.045,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "background_1",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "background_2",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "background_3",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "background_4",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"4"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,378 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_2026_graduation_season_139",
|
||||
"id": "139",
|
||||
"description": "2026_graduation_season_139",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=background_1",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "top_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "30dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "src_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "30dp",
|
||||
"layout_height": "match_parent",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "30dp",
|
||||
"layout_height": "match_parent",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "none",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "172dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "padding_1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "4dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "brand_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "36dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=2",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 8,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2
|
||||
],
|
||||
"rect_line_color": "@foreground=1",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "28dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "padding_2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "4dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "mix_text_1",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "7.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"text": "@time=yyyy.MM.dd HH:mm",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "right_bottom_img",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "right",
|
||||
"display_width": "0dp",
|
||||
"display_height": "172dp",
|
||||
"path": "pathType=select;path=img_right;foreground=3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 30,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 20,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 401",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.06,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 401",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.045,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "background_1",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "background_2",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "background_3",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "background_4",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"4"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,378 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_2026_graduation_season_139",
|
||||
"id": "139",
|
||||
"description": "2026_graduation_season_139",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=background_1",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "top_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "30dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "src_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "30dp",
|
||||
"layout_height": "match_parent",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "30dp",
|
||||
"layout_height": "match_parent",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "none",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "172dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "padding_1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "4dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "brand_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "36dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=2",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 8,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2
|
||||
],
|
||||
"rect_line_color": "@foreground=1",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "28dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "padding_2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "4dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "mix_text_1",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "7.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"text": "@time=yyyy.MM.dd HH:mm",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "right_bottom_img",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "right",
|
||||
"display_width": "0dp",
|
||||
"display_height": "172dp",
|
||||
"path": "pathType=select;path=img_right;foreground=3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 30,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 20,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 401",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.06,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 401",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.045,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "background_1",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "background_2",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "background_3",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "background_4",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"4"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,378 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_2026_graduation_season_139",
|
||||
"id": "139",
|
||||
"description": "2026_graduation_season_139",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=background_1",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "top_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "30dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "src_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "30dp",
|
||||
"layout_height": "match_parent",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "30dp",
|
||||
"layout_height": "match_parent",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "none",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "172dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "padding_1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "4dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "brand_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "36dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=2",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 8,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2,
|
||||
7.2
|
||||
],
|
||||
"rect_line_color": "@foreground=1",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "28dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "padding_2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "4dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "mix_text_1",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "7.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"text": "@time=yyyy.MM.dd HH:mm",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "right_bottom_img",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "right",
|
||||
"display_width": "0dp",
|
||||
"display_height": "172dp",
|
||||
"path": "pathType=select;path=img_right;foreground=3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 30,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 20,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 401",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.06,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 401",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.045,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "background_1",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "background_2",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "background_3",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "background_4",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#BF000000",
|
||||
"black",
|
||||
"4"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
@@ -1 +0,0 @@
|
||||
{"watermark_id":"139","font_scale":1,"view_alpha_ratio":1,"frame_background":"background_1","custom_signature_enable":false,"custom_icon_enable":false,"time_switch":false,"model_switch":true,"exif_switch":false,"dynamic_effect_switch":false,"custom_text":"","greeting_text":"","key_layout":"layout","location_option":"location_latlng","mix_text_type_option_1":"time","mix_text_type_option_2":"off","mix_text_type_option_3":"off","mi_logo_switch":false,"drive_mode_switch":false,"altitude_switch":false,"time_data":1780650977869,"location_data_latlng":"","location_data_address":"","location_data_complete_address":"","version":1}
|
||||
|
Before Width: | Height: | Size: 2.8 KiB |
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"meta": {
|
||||
"name": "@wm_group_2026_parents_day_name",
|
||||
"preview": "img_setting_base.webp",
|
||||
"priority": 17
|
||||
}
|
||||
}
|
||||
@@ -1,84 +0,0 @@
|
||||
{
|
||||
"wm_group_2026_parents_day_name": {
|
||||
"zh-rCN": "节日限定水印",
|
||||
"default": "Holidays",
|
||||
"ar": "العطلات",
|
||||
"as-rIN": "বন্ধৰ দিন",
|
||||
"az-rAZ": "Bayramlar",
|
||||
"be": "Святы",
|
||||
"bg": "Празници",
|
||||
"bn-rBD": "ছুটি",
|
||||
"bn-rIN": "ছুটি",
|
||||
"bo-rCN": "དུས་ཆེན་གྱི་ཚད་བཀག་ཆུ་པར་།",
|
||||
"bs": "Praznici",
|
||||
"ca": "Festius",
|
||||
"cs": "Prázdniny",
|
||||
"da": "Helligdage",
|
||||
"de": "Urlaub",
|
||||
"el": "Εορτές",
|
||||
"en-rAU": "Holidays",
|
||||
"en-rGB": "Holidays",
|
||||
"en-rIN": "Holidays",
|
||||
"es-rUS": "Festivos",
|
||||
"es": "Festivos",
|
||||
"et-rEE": "Pühad",
|
||||
"eu-rES": "Oporrak",
|
||||
"fa-rIR": "تعطیلات",
|
||||
"fi": "Lomat",
|
||||
"fr": "Vacances",
|
||||
"gl-rES": "Vacacións",
|
||||
"gu-rIN": "રજાઓ",
|
||||
"ha-rNG": "Ranakun hutu",
|
||||
"hi": "छुट्टियां",
|
||||
"hr": "Praznici",
|
||||
"hu": "Ünnepek",
|
||||
"hy-rAM": "Տոներ",
|
||||
"in": "Hari libur",
|
||||
"it": "Festività",
|
||||
"iw-rIL": "חופשות",
|
||||
"ja": "祝日",
|
||||
"ka-rGE": "არდადეგები",
|
||||
"kk-rKZ": "Демалыстар",
|
||||
"km-rKH": "ថ្ងៃឈប់សម្រាក",
|
||||
"kn-rIN": "ರಜಾದಿನಗಳು",
|
||||
"ko": "휴일",
|
||||
"lo-rLA": "ວັນພັກ",
|
||||
"lt": "Atostogos",
|
||||
"lv": "Brīvdienas",
|
||||
"mk-rMK": "Празници",
|
||||
"ml-rIN": "അവധിദിനങ്ങൾ",
|
||||
"mr-rIN": "सुट्ट्या",
|
||||
"ms-rMY": "Cuti",
|
||||
"mt-rMT": "Btajjel",
|
||||
"my-rMM": "အားလပ်ရက်",
|
||||
"nb": "Ferier",
|
||||
"ne-rIN": "विदाका दिन",
|
||||
"ne-rNP": "विदाका दिन",
|
||||
"nl": "Vakanties",
|
||||
"or-rIN": "ଛୁଟିଦିନ",
|
||||
"pa-rIN": "ਛੁੱਟੀਆਂ",
|
||||
"pl": "Urlop",
|
||||
"pt-rBR": "Feriados",
|
||||
"pt-rPT": "Feriados",
|
||||
"ro": "Vacanțe",
|
||||
"ru": "Праздники",
|
||||
"sk": "Sviatky",
|
||||
"sl": "Prazniki",
|
||||
"sq-rAL": "Pushime",
|
||||
"sr": "Празници",
|
||||
"sv": "Semestrar",
|
||||
"sw": "Sikukuu",
|
||||
"ta-rIN": "விடுமுறைகள்",
|
||||
"te-rIN": "సెలవులు",
|
||||
"th": "วันหยุด",
|
||||
"tr": "Tatiller",
|
||||
"ug-rCN": "بايراملىق چەكلىك سۇ باسمىسى",
|
||||
"uk": "Свята",
|
||||
"ur-rIN": "تعطیلات",
|
||||
"ur-rPK": "تعطیلات",
|
||||
"uz-rUZ": "Ta’tillar",
|
||||
"vi": "Ngày lễ",
|
||||
"zh-rHK": "節日限定浮水印",
|
||||
"zh-rTW": "節日限定浮水印"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 52 KiB |
@@ -1,307 +0,0 @@
|
||||
{
|
||||
"version": 1.0,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_17_name",
|
||||
"id": "17",
|
||||
"description": "classic_1",
|
||||
"reminder_not_support_mode": ["multi", "raw", "200m", "doc", "pano", "mimoji", "instant"],
|
||||
"priority": 1,
|
||||
"show_in_menu": true,
|
||||
"exclude_cases": ["200m"],
|
||||
"limitation": {
|
||||
"name_length_limitation": [0, 17]
|
||||
}
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "center",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"background": "@background=white",
|
||||
"background_optional": true,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"layout_gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"display_height": "0dp",
|
||||
"path": ""
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "39dp",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "left|center_vertical",
|
||||
"margin_left": "50dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"layout_gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"display_height": "40dp",
|
||||
"display_width": "0dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"margin_left": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@model= @{series}@{versionNumber}",
|
||||
"text_upper": false,
|
||||
"font_ref": "f1"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"margin_left": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@model=@{versionName}",
|
||||
"text_upper": false,
|
||||
"font_ref": "f2",
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [7, 7, 7, 7, 7, 7, 7, 7],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "36dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "right|center_vertical",
|
||||
"margin_left": "-50dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "right|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews":[
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4"
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "16dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"margin_left": "16dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f/@{aperture}",
|
||||
"font_ref": "f4"
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "16dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"margin_left": "16dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4"
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "16dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"margin_left": "16dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "right|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "8dp",
|
||||
"childViews":[
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"optional": true,
|
||||
"layout_gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"text": "@time=@wm_time_yyyy_MM_dd",
|
||||
"font_ref": "f3"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "location",
|
||||
"optional": true,
|
||||
"margin_left": "24dp",
|
||||
"margin_top": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@location=location_latlng;@locationLimit=0.8",
|
||||
"font_ref": "f3"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"icon": "@img=icon_background_white.webp",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": ["#FF000000", "#4D000000", "#BF000000", "#80000000", "black"]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"icon": "@img=icon_background_black.webp",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": ["#FFFFFFFF", "#B2FFFFFF", "#CCFFFFFF", "#80FFFFFF", "white"]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"icon": "@img=icon_background_light_blur.webp",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": ["#FF000000", "#4D000000", "#BF000000", "#80000000", "black"]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"icon": "@img=icon_background_dark_blur.webp",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": ["#FFFFFFFF", "#B2FFFFFF", "#CCFFFFFF", "#80FFFFFF", "white"]
|
||||
}
|
||||
],
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36.0,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501"
|
||||
},
|
||||
"f2": {
|
||||
"size": 24.0,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"letterSpacing": 0.04
|
||||
},
|
||||
"f3": {
|
||||
"size": 22.0,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"letterSpacing": 0.01
|
||||
},
|
||||
"f4": {
|
||||
"size": 28.0,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"letterSpacing": 0.02
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,88 +0,0 @@
|
||||
{
|
||||
"wm_classic_17_name": {
|
||||
"zh-rCN": "经典水印",
|
||||
"default": "Classic",
|
||||
"ar": "كلاسيك",
|
||||
"as-rIN": "ক্লাছিক",
|
||||
"az-rAZ": "Klassik",
|
||||
"be": "Класічны",
|
||||
"bg": "Класическо",
|
||||
"bn-rBD": "ক্ল্যাসিক",
|
||||
"bn-rIN": "ক্ল্যাসিক",
|
||||
"bo-rCN": "གསུང་རབ་ཆུ་པར་།",
|
||||
"bs": "Klasično",
|
||||
"ca": "Clàssic",
|
||||
"cs": "Klasická",
|
||||
"da": "Klassisk",
|
||||
"de": "Klassisch",
|
||||
"el": "Κλασσικό",
|
||||
"en-rAU": "Classic",
|
||||
"en-rGB": "Classic",
|
||||
"en-rIN": "Classic",
|
||||
"es-rUS": "Clásico",
|
||||
"es": "Clásico",
|
||||
"et-rEE": "Klassikaline",
|
||||
"eu-rES": "Klasikoa",
|
||||
"fa-rIR": "کلاسیک",
|
||||
"fi": "Klassinen",
|
||||
"fr": "Classique",
|
||||
"gl-rES": "Clásico",
|
||||
"gu-rIN": "ક્લાસિક",
|
||||
"ha-rNG": "Gargajiya",
|
||||
"hi": "क्लासिक",
|
||||
"hr": "Klasično",
|
||||
"hu": "Klasszikus",
|
||||
"hy-rAM": "Դասական",
|
||||
"in": "Klasik",
|
||||
"it": "Classico",
|
||||
"iw-rIL": "קלאסי",
|
||||
"ja": "クラシック",
|
||||
"ka-rGE": "კლასიკური",
|
||||
"kk-rKZ": "Классикалық",
|
||||
"km-rKH": "ក្លាស៊ីក",
|
||||
"kn-rIN": "ಕ್ಲಾಸಿಕ್",
|
||||
"ko": "클래식",
|
||||
"lo-rLA": "ຄລາສສິກ",
|
||||
"lt": "Klasikinis",
|
||||
"lv": "Klasisks",
|
||||
"mk-rMK": "Класично",
|
||||
"ml-rIN": "ക്ലാസിക്",
|
||||
"mr-rIN": "क्लासिक",
|
||||
"ms-rMY": "Klasik",
|
||||
"mt-rMT": "Klassika",
|
||||
"my-rMM": "ဂန္ထဝင်",
|
||||
"nb": "Klassisk",
|
||||
"ne-rIN": "क्लासिक",
|
||||
"ne-rNP": "क्लासिक",
|
||||
"nl": "Klassiek",
|
||||
"or-rIN": "କ୍ଲାସିକ୍",
|
||||
"pa-rIN": "ਕਲਾਸਿਕ",
|
||||
"pl": "Klasyczny",
|
||||
"pt-rBR": "Clássico",
|
||||
"pt-rPT": "Clássico",
|
||||
"ro": "Clasic",
|
||||
"ru": "Классика",
|
||||
"sk": "Klasický",
|
||||
"sl": "Klasično",
|
||||
"sq-rAL": "Klasik",
|
||||
"sr": "Класично",
|
||||
"sv": "Klassisk",
|
||||
"sw": "Zamani",
|
||||
"ta-rIN": "கிளாசிக்",
|
||||
"te-rIN": "క్లాసిక్",
|
||||
"th": "คลาสสิก",
|
||||
"tr": "Klasik",
|
||||
"ug-rCN": "كلاسسىك سۇ باسمىسى",
|
||||
"uk": "Класика",
|
||||
"ur-rIN": "کلاسک",
|
||||
"ur-rPK": "کلاسک",
|
||||
"uz-rUZ": "Klassik",
|
||||
"vi": "Cổ điển",
|
||||
"zh-rHK": "經典浮水印",
|
||||
"zh-rTW": "經典浮水印"
|
||||
},
|
||||
"wm_time_yyyy_MM_dd": {
|
||||
"default": "yyyy.MM.dd",
|
||||
"zh-rCN": "yyyy.MM.dd"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 956 B |
|
Before Width: | Height: | Size: 784 B |
|
Before Width: | Height: | Size: 1.1 KiB |
@@ -1,468 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_17_name",
|
||||
"id": "17",
|
||||
"description": "classic_1",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=white",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "39dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "40dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7
|
||||
],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "36dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "-50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f\/@{aperture}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "8.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@time=yyyy.MM.dd",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "location",
|
||||
"background": "",
|
||||
"margin_left": "24.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.04,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 22,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.01,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f4": {
|
||||
"size": 28,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.02,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"description": "",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"description": "",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"description": "",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,454 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_17_name",
|
||||
"id": "17",
|
||||
"description": "classic_1",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=white",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "39dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "40dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7
|
||||
],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "36dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "-50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f\/@{aperture}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "8.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@time=yyyy.MM.dd",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.04,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 22,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.01,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f4": {
|
||||
"size": 28,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.02,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"description": "",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"description": "",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"description": "",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,454 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_17_name",
|
||||
"id": "17",
|
||||
"description": "classic_1",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=white",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "39dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "40dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7
|
||||
],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "36dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "-50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f\/@{aperture}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "8.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@time=yyyy.MM.dd",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.04,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 22,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.01,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f4": {
|
||||
"size": 28,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.02,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"description": "",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"description": "",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"description": "",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,468 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_17_name",
|
||||
"id": "17",
|
||||
"description": "classic_1",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=white",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "39dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "40dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7
|
||||
],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "36dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "-50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f\/@{aperture}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "8.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@time=yyyy.MM.dd",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "location",
|
||||
"background": "",
|
||||
"margin_left": "24.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.04,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 22,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.01,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f4": {
|
||||
"size": 28,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.02,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"description": "",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"description": "",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"description": "",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,454 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_17_name",
|
||||
"id": "17",
|
||||
"description": "classic_1",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=white",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "39dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "40dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7
|
||||
],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "36dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "-50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f\/@{aperture}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "8.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@time=yyyy.MM.dd",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.04,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 22,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.01,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f4": {
|
||||
"size": 28,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.02,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"description": "",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"description": "",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"description": "",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,454 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_17_name",
|
||||
"id": "17",
|
||||
"description": "classic_1",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=white",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "39dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "40dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7
|
||||
],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "36dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "-50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f\/@{aperture}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "8.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@time=yyyy.MM.dd",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.04,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 22,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.01,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f4": {
|
||||
"size": 28,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.02,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"description": "",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"description": "",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"description": "",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,454 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_17_name",
|
||||
"id": "17",
|
||||
"description": "classic_1",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=white",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "39dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "40dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7
|
||||
],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "36dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "-50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f\/@{aperture}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "8.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@time=yyyy.MM.dd",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.04,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 22,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.01,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f4": {
|
||||
"size": 28,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.02,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"description": "",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"description": "",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"description": "",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,454 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_17_name",
|
||||
"id": "17",
|
||||
"description": "classic_1",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=white",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "39dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "40dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7
|
||||
],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "36dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "-50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f\/@{aperture}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "8.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@time=yyyy.MM.dd",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.04,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 22,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.01,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f4": {
|
||||
"size": 28,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.02,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"description": "",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"description": "",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"description": "",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,454 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_17_name",
|
||||
"id": "17",
|
||||
"description": "classic_1",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=white",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "39dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "40dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7
|
||||
],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "36dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "-50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f\/@{aperture}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "8.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@time=yyyy.MM.dd",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.04,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 22,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.01,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f4": {
|
||||
"size": 28,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.02,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"description": "",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"description": "",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"description": "",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,454 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_17_name",
|
||||
"id": "17",
|
||||
"description": "classic_1",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=white",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "39dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "40dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7
|
||||
],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "36dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "-50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f\/@{aperture}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "8.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@time=yyyy.MM.dd",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.04,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 22,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.01,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f4": {
|
||||
"size": 28,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.02,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"description": "",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"description": "",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"description": "",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,454 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_17_name",
|
||||
"id": "17",
|
||||
"description": "classic_1",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=white",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "39dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "40dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7
|
||||
],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "36dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "-50.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f\/@{aperture}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "8.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@time=yyyy.MM.dd",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.04,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 22,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.01,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f4": {
|
||||
"size": 28,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.02,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"description": "",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"description": "",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"description": "",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
@@ -1 +0,0 @@
|
||||
{"watermark_id":"17","font_scale":1,"view_alpha_ratio":1,"frame_background":"white","custom_signature_enable":false,"custom_icon_enable":false,"time_switch":true,"model_switch":true,"exif_switch":true,"dynamic_effect_switch":false,"custom_text":"","greeting_text":"","key_layout":"layout","location_option":"location_latlng","mi_logo_switch":false,"drive_mode_switch":false,"altitude_switch":false,"time_data":1780650977907,"location_data_latlng":"","location_data_address":"","location_data_complete_address":"","version":1}
|
||||
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
@@ -1,351 +0,0 @@
|
||||
{
|
||||
"version": 1.0,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_18_name",
|
||||
"id": "18",
|
||||
"description": "classic_2",
|
||||
"reminder_not_support_mode": ["multi", "raw", "200m", "doc", "pano", "mimoji", "instant"],
|
||||
"exclude_cases": ["200m"],
|
||||
"priority": 2,
|
||||
"limitation": {
|
||||
"name_length_limitation": [0, 17]
|
||||
}
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "center",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"background": "@background=white",
|
||||
"background_optional": true,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_padding",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "48dp",
|
||||
"layout_height": "match_parent",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "content_layout",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "center",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "top_padding",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "48dp",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"layout_gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"display_height": "0dp",
|
||||
"path": ""
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "35dp",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "left|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"layout_gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"display_height": "40dp",
|
||||
"display_width": "0dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"margin_left": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@model= @{series}@{versionNumber}",
|
||||
"text_upper": false,
|
||||
"font_ref": "f1"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"margin_left": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@model=@{versionName}",
|
||||
"text_upper": false,
|
||||
"font_ref": "f2",
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [7, 7, 7, 7, 7, 7, 7, 7],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "31dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "right|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "right|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews":[
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4"
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "16dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"margin_left": "16dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f/@{aperture}",
|
||||
"font_ref": "f4"
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "16dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"margin_left": "16dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4"
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "16dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"margin_left": "16dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "right|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "10dp",
|
||||
"childViews":[
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"optional": true,
|
||||
"layout_gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"text": "@time=@wm_time_yyyy_MM_dd",
|
||||
"font_ref": "f3"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "location",
|
||||
"optional": true,
|
||||
"margin_left": "24dp",
|
||||
"margin_top": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@location=location_latlng;@locationLimit=0.8",
|
||||
"font_ref": "f3"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_padding",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "48dp",
|
||||
"layout_height": "match_parent",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"icon": "@img=icon_background_white.webp",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": ["#FF000000", "#4D000000", "#BF000000", "#80000000", "black"]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"icon": "@img=icon_background_black.webp",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": ["#FFFFFFFF", "#B2FFFFFF", "#CCFFFFFF", "#80FFFFFF", "white"]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"icon": "@img=icon_background_light_blur.webp",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": ["#FF000000", "#4D000000", "#BF000000", "#80000000", "black"]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"icon": "@img=icon_background_dark_blur.webp",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": ["#FFFFFFFF", "#B2FFFFFF", "#CCFFFFFF", "#80FFFFFF", "white"]
|
||||
}
|
||||
],
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36.0,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501"
|
||||
},
|
||||
"f2": {
|
||||
"size": 24.0,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"letterSpacing": 0.04
|
||||
},
|
||||
"f3": {
|
||||
"size": 22.0,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"letterSpacing": 0.01
|
||||
},
|
||||
"f4": {
|
||||
"size": 28.0,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"letterSpacing": 0.02
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"wm_classic_18_name": {
|
||||
"default": "CLASSIC TWO",
|
||||
"zh-rCN": "经典2"
|
||||
},
|
||||
"wm_time_yyyy_MM_dd": {
|
||||
"default": "yyyy.MM.dd",
|
||||
"zh-rCN": "yyyy.MM.dd"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 956 B |
|
Before Width: | Height: | Size: 784 B |
|
Before Width: | Height: | Size: 1.1 KiB |
@@ -1,519 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_18_name",
|
||||
"id": "18",
|
||||
"description": "classic_2",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=white",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "48dp",
|
||||
"layout_height": "match_parent",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "content_layout",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "top_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "48dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "35dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "40dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7
|
||||
],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "31dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f\/@{aperture}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "10.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@time=yyyy.MM.dd",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "48dp",
|
||||
"layout_height": "match_parent",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.04,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 22,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.01,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f4": {
|
||||
"size": 28,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.02,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"description": "",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"description": "",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"description": "",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,519 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_18_name",
|
||||
"id": "18",
|
||||
"description": "classic_2",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=white",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "48dp",
|
||||
"layout_height": "match_parent",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "content_layout",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "top_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "48dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "35dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "40dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7
|
||||
],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "31dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f\/@{aperture}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "10.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@time=yyyy.MM.dd",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "48dp",
|
||||
"layout_height": "match_parent",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.04,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 22,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.01,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f4": {
|
||||
"size": 28,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.02,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"description": "",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"description": "",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"description": "",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,519 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_18_name",
|
||||
"id": "18",
|
||||
"description": "classic_2",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=white",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "48dp",
|
||||
"layout_height": "match_parent",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "content_layout",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "top_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "48dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "35dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "40dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f2",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 10,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7,
|
||||
7
|
||||
],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "31dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_mm",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{focal}mm",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "mm_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_f",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=f\/@{aperture}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "f_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_s",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=@{speed}s",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "s_line_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "2dp",
|
||||
"layout_height": "24dp",
|
||||
"background": "@foreground=1",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif_iso",
|
||||
"background": "",
|
||||
"margin_left": "16.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@exif=ISO@{iso}",
|
||||
"font_ref": "f4",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "10.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@time=yyyy.MM.dd",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "41dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_padding",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left",
|
||||
"layout_width": "48dp",
|
||||
"layout_height": "match_parent",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 36,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 24,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.04,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 22,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.01,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f4": {
|
||||
"size": 28,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.02,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"description": "",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"description": "",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#4D000000",
|
||||
"#BF000000",
|
||||
"#80000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"description": "",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#B2FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"white"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
@@ -1 +0,0 @@
|
||||
{"watermark_id":"18","font_scale":1,"view_alpha_ratio":1,"frame_background":"white","custom_signature_enable":false,"custom_icon_enable":false,"time_switch":true,"model_switch":true,"exif_switch":true,"dynamic_effect_switch":false,"custom_text":"","greeting_text":"","key_layout":"layout","location_option":"location_latlng","mi_logo_switch":false,"drive_mode_switch":false,"altitude_switch":false,"time_data":1780650977909,"location_data_latlng":"","location_data_address":"","location_data_complete_address":"","version":1}
|
||||
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
@@ -1,237 +0,0 @@
|
||||
{
|
||||
"version": 1.0,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_19_name",
|
||||
"id": "19",
|
||||
"description": "classic_3",
|
||||
"reminder": "@wm_common_reminder_v2",
|
||||
"reminder_not_support_mode": ["multi", "raw", "doc", "pano", "mimoji", "instant"],
|
||||
"priority": 3,
|
||||
"limitation": {
|
||||
"name_length_limitation": [0, 17],
|
||||
"exclude_device_type": ["poco"],
|
||||
"custom_not_support": {
|
||||
"ro.miui.build.region": ["global"],
|
||||
"ro.boot.product.theme_customize": ["lcc"],
|
||||
"ro.product.device": [],
|
||||
"device_type": []
|
||||
}
|
||||
},
|
||||
"position": "in"
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "overlap",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"background": "@background=transparent_white",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"layout_gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"display_height": "0dp",
|
||||
"path": ""
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "watermark_container",
|
||||
"orientation": "none",
|
||||
"layout_width": "90%w",
|
||||
"layout_height": "108dp",
|
||||
"gravity": "bottom|center_horizontal",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "-50dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "none",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "match_parent",
|
||||
"gravity": "right|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"background": "#FFFFFFFF",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_time_location_group",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "right|center_vertical",
|
||||
"margin_left": "-28dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif",
|
||||
"layout_gravity": "right|center_vertical",
|
||||
"text": "@exif=@{focal}mm f/@{aperture} @{speed}s ISO@{iso}",
|
||||
"font_ref": "f2"
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "right|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "9dp",
|
||||
"background": "@foreground=1",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"optional": true,
|
||||
"layout_gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"text": "@time=@wm_time_yyyy_MM_dd",
|
||||
"font_ref": "f3"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "location",
|
||||
"optional": true,
|
||||
"margin_left": "24dp",
|
||||
"margin_top": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@location=location_latlng;@locationLimit=0.8",
|
||||
"font_ref": "f3"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "match_parent",
|
||||
"gravity": "left|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"background": "#FFCC1414",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "brand_layout",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "32dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"layout_gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"display_height": "34dp",
|
||||
"display_width": "0dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=2"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"margin_left": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@model= @{series}@{versionNumber}",
|
||||
"text_upper": false,
|
||||
"font_ref": "f1"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"margin_left": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@model=@{versionName}",
|
||||
"text_upper": false,
|
||||
"font_ref": "f4",
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 8,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [6.6, 6.6, 6.6, 6.6,6.6, 6.6,6.6, 6.6],
|
||||
"rect_line_color": "@foreground=1",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "28dp"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "space_layout",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "match_parent",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "32dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"background": [
|
||||
{
|
||||
"name": "transparent_white",
|
||||
"icon": "@img=icon_background_white.webp",
|
||||
"value": "@color=#00FFFFFF",
|
||||
"foreground": ["#FF000000", "#CCFFFFFF", "white"]
|
||||
}
|
||||
],
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 30.6,
|
||||
"color": "#FFFFFFFF",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501"
|
||||
},
|
||||
"f2": {
|
||||
"size": 22.0,
|
||||
"color": "#FF000000",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501"
|
||||
},
|
||||
"f3": {
|
||||
"size": 20.0,
|
||||
"color": "#80000000",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 400"
|
||||
},
|
||||
"f4": {
|
||||
"size": 20.0,
|
||||
"color": "#FFFFFFFF",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 401",
|
||||
"letterSpacing": 0.028
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,92 +0,0 @@
|
||||
{
|
||||
"wm_classic_19_name": {
|
||||
"default": "CLASSIC THREE",
|
||||
"zh-rCN": "经典3"
|
||||
},
|
||||
"wm_common_reminder_v2": {
|
||||
"zh-rCN": "不支持播放动态照片时显示水印",
|
||||
"default": "Can\\'t show watermarks while playing dynamic shots.",
|
||||
"ar": "لا يمكن إظهار العلامات المائية أثناء تشغيل اللقطات الديناميكية.",
|
||||
"as-rIN": "ডায়নামিক শ্বট চলাই থকাৰ সময়ত ৱাটাৰমাৰ্ক দেখুৱাব নোৱাৰি।",
|
||||
"az-rAZ": "Dinamik çəkilişləri oynadarkən möhürləri göstərmək mümkün deyil.",
|
||||
"be": "Немагчыма паказаць вадзяныя знакі падчас прайгравання дынамічных здымкаў.",
|
||||
"bg": "Не могат да се показват водни знаци при възпроизвеждане на динамични снимки.",
|
||||
"bn-rBD": "ডায়নামিক শট্স প্লে করার সময় ওয়াটারমার্ক দেখানো যাবে না",
|
||||
"bn-rIN": "ডায়নামিক শট্স প্লে করার সময় ওয়াটারমার্ক দেখানো যাবে না",
|
||||
"bo-rCN": "འགུལ་རྣམ་འདྲ་པར་གཏོང་བར་རྒྱབ་སྐྱོར་མི་བྱེད་པའི་སྐབས་སུ་ཆུ་དཔར་མངོན་པ་རེད།",
|
||||
"bs": "Ne mogu prikazati žigove pri puštanju dinamičkih snimaka.",
|
||||
"ca": "No es poden mostrar marques d\\'aigua durant la reproducció de fotos dinàmiques.",
|
||||
"cs": "Vodoznaky nelze zobrazovat při přehrávání dynamických snímků.",
|
||||
"da": "Vandmærker kan ikke vises under afspilning af dynamiske optagelser.",
|
||||
"de": "Wasserzeichen können bei der Wiedergabe von dynamischen Schnappschüssen nicht angezeigt werden.",
|
||||
"el": "Δεν είναι δυνατή η εμφάνιση υδατογραφημάτων κατά την αναπαραγωγή δυναμικών λήψεων.",
|
||||
"en-rAU": "Can\\'t show watermarks while playing dynamic shots.",
|
||||
"en-rGB": "Can\\'t show watermarks while playing dynamic shots.",
|
||||
"en-rIN": "Can\\'t show watermarks while playing dynamic shots.",
|
||||
"es-rUS": "No se pueden marcas de agua mientras se reproducen disparos dinámicos.",
|
||||
"es": "Las marcas de agua no pueden mostrarse durante la reproducción de disparos dinámicos.",
|
||||
"et-rEE": "Dünaamiliste võtete esitamise ajal ei saa vesimärke kuvada.",
|
||||
"eu-rES": "Ezin dira ur-markak erakutsi plano dinamikoak erreproduzitzen ari zaren bitartean.",
|
||||
"fa-rIR": "نمایش نشان عکس در هنگام پخش تصاویر پویا ممکن نیست.",
|
||||
"fi": "Vesileimoja ei voi näyttää dynaamisia otoksia toistettaessa.",
|
||||
"fr": "Impossible d\\'afficher les filigranes lors de la lecture des clichés dynamiques.",
|
||||
"gl-rES": "Non se poden amosar marcas de auga mentres se reproducen fotos dinámicas.",
|
||||
"gu-rIN": "ડાયનેમિક શોટ્સ ચલાવતી વખતે વોટરમાર્ક બતાવી શકાતા નથી.",
|
||||
"ha-rNG": "Ba za a iya nuna makin ruwa ba yayin kunna daukar kyamara na hanzari.",
|
||||
"hi": "डायनैमिक शॉट्स चलाते समय वॉटरमार्क नहीं दिखाए जा सकते.",
|
||||
"hr": "Ne mogu se prikazati vodeni žigovi tijekom reprodukcije dinamičnih snimaka.",
|
||||
"hu": "Dinamikus felvételek lejátszása közben nem lehet vízjeleket megjeleníteni.",
|
||||
"hy-rAM": "Դինամիկ նկարները վերարտադրելիս հնարավոր չէ ցուցադրել ջրանիշերը։",
|
||||
"in": "Tidak dapat menampilkan watermark saat memainkan pemotretan dinamis",
|
||||
"it": "Impossibile visualizzare le filigrane durante la riproduzione di scatti dinamici.",
|
||||
"iw-rIL": "לא ניתן להציג סימני מים בזמן הצגת צילומים דינמיים.",
|
||||
"ja": "ダイナミックショット再生中は透かしを表示できません。",
|
||||
"ka-rGE": "დინამიური კადრების ჩართვისას წყლის ნიშნების ჩვენება შეუძლებელია.",
|
||||
"kk-rKZ": "Динамикалық түсірілімдерді ойнату кезінде су белгілерін көрсету мүмкін емес.",
|
||||
"km-rKH": "មិនអាចបង្ហាញស្នាមទឹកសម្គាល់ពេលកំពុងចាក់រូបថតរស់រវើក។",
|
||||
"kn-rIN": "ಡೈನಾಮಿಕ್ ಶಾಟ್ಗಳನ್ನು ಪ್ಲೇ ಮಾಡುವಾಗ ವಾಟರ್ಮಾರ್ಕ್ಗಳನ್ನು ತೋರಿಸಲು ಆಗುವುದಿಲ್ಲ.",
|
||||
"ko": "다이내믹 샷을 재생하는 동안에는 워터마크가 표시되지 않습니다.",
|
||||
"lo-rLA": "ບໍ່ສາມາດສະແດງລາຍນ້ຳໃນຂະນະທີ່ຫຼິ້ນຮູບໄດນາມິກ.",
|
||||
"lt": "Negalima rodyti vandenženklių leidžiant dinaminius kadrus.",
|
||||
"lv": "Dinamiskos kadros nevar parādīt ūdenszīmes.",
|
||||
"mk-rMK": "Не може да покажува водени жигови додека емитува динамични снимки.",
|
||||
"ml-rIN": "ഡൈനാമിക് ഷോട്ടുകൾ പ്ലേ ചെയ്യുമ്പോൾ വാട്ടർമാർക്കുകൾ കാണിക്കാനാകില്ല.",
|
||||
"mr-rIN": "डायनॅमिक शॉट्स प्ले करताना वॉटरमार्क दाखवू शकत नाही.",
|
||||
"ms-rMY": "Tidak dapat menunjukkan tera air semasa memainkan tangkapan dinamik.",
|
||||
"mt-rMT": "Ma jistax juri l-marki tal-ilma hu u juri r-ritratti dinamiċi.",
|
||||
"my-rMM": "ရေစာများကို ဒိုင်းနမစ်ရိုက်ချက်များဖွင့်ထားစဉ် ပြမရပါ။",
|
||||
"nb": "Kan ikke vise vannmerker mens du dynamiske bilder vises.",
|
||||
"ne-rIN": "डायनामिक शट्स खेल्दा वाटरमार्कहरू देखाउन सकिँदैन।",
|
||||
"ne-rNP": "डायनामिक शट्स खेल्दा वाटरमार्कहरू देखाउन सकिँदैन।",
|
||||
"nl": "Er kunnen geen watermerken worden weergegeven tijdens het afspelen van dynamische opnames.",
|
||||
"or-rIN": "ଡାଇନାମିକ ସଟ୍ ପ୍ଲେ ହେଉଥିବା ବେଳେ ୱାଟରମାର୍କ ଦେଖାଇପାରିବ ନାହିଁ।",
|
||||
"pa-rIN": "ਡਾਇਨੈਮਿਕ ਸ਼ੋਟ ਚਲਾਉਂਦੇ ਸਮੇਂ ਵਾਟਰਮਾਰਕ ਨਹੀਂ ਦਿਖਾਏ ਜਾ ਸਕਦੇ।",
|
||||
"pl": "Nie można wyświetlać znaków wodnych podczas odtwarzania dynamicznych ujęć.",
|
||||
"pt-rBR": "Não é possível remover marcas d\\'ágia na reprodução de capturas dinâmicas.",
|
||||
"pt-rPT": "Não é possível remover marcas d\\'ágia na reprodução de capturas dinâmicas.",
|
||||
"ro": "Nu se pot afișa filigrane în timpul redării cadrelor dinamice.",
|
||||
"ru": "Невозможно отобразить водяные знаки при воспроизведении динамических снимков.",
|
||||
"sk": "Pri prehrávaní dynamických záberov nie je možné zobraziť vodoznaky.",
|
||||
"sl": "Med predvajanjem dinamičnih posnetkov ni mogoče prikazati vodnih žigov.",
|
||||
"sq-rAL": "Nuk mund të shfaqen filigranët gjatë luajtjes së shkrepjeve dinamike.",
|
||||
"sr": "Водени жигови не могу бити приказани током репродукције динамичких снимака.",
|
||||
"sv": "Kan inte visa vattenstämplar när dynamiska bilder spelas.",
|
||||
"sw": "Haiwezi kuonyesha taswira fifi wakati wa kucheza picha zenye uhuisho.",
|
||||
"ta-rIN": "டைனமிக் ஷாட்களை பிளேசெய்யும்போது வாட்டர்மார்க்குகளைக் காட்ட இயலாது.",
|
||||
"te-rIN": "డైనమిక్ షాట్లు ఆడుతున్నప్పుడు వాటర్మార్క్లను చూపలేరు",
|
||||
"th": "ไม่สามารถแสดงลายน้ำขณะเล่นภาพไดนามิกได้",
|
||||
"tr": "Dinamik çekimler oynatılıyorken filigran gösterilemez.",
|
||||
"ug-rCN": "ھەرىكەتلىك رەسىمنى قويغاندا سۇ باسمىسىنى كۆرسەتمەيدۇ",
|
||||
"uk": "Неможливо відобразити водяні знаки під час відтворення динамічних знімків",
|
||||
"ur-rIN": "ڈائنامک شاٹ پلے کرتے وقت واٹر مارک دکھایا نہیں یا جا سکتا۔",
|
||||
"ur-rPK": "ڈائنامک شاٹ پلے کرتے وقت واٹر مارک دکھایا نہیں یا جا سکتا۔",
|
||||
"uz-rUZ": "Dinamik suratlarni ijro etishda suv belgilarini ko‘rsatib bo‘lmaydi.",
|
||||
"vi": "Không thể hiển thị dấu chìm khi phát ảnh động.",
|
||||
"zh-rHK": "不支援播放動態相片時顯示浮水印",
|
||||
"zh-rTW": "不支援播放動態照片時顯示浮水印"
|
||||
},
|
||||
"wm_time_yyyy_MM_dd": {
|
||||
"default": "yyyy.MM.dd",
|
||||
"zh-rCN": "yyyy.MM.dd"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
@@ -1 +0,0 @@
|
||||
{"watermark_id":"19"}
|
||||
|
Before Width: | Height: | Size: 2.8 KiB |
@@ -1,252 +0,0 @@
|
||||
{
|
||||
"version": 1.0,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_20_name",
|
||||
"id": "20",
|
||||
"description": "classic_4",
|
||||
"reminder_not_support_mode": ["multi", "raw", "200m", "doc", "pano", "mimoji", "instant"],
|
||||
"exclude_cases": ["200m"],
|
||||
"priority": 4,
|
||||
"limitation": {
|
||||
"name_length_limitation": [0, 17],
|
||||
"exclude_device_type": ["poco"],
|
||||
"custom_not_support": {
|
||||
"ro.miui.build.region": ["global"],
|
||||
"ro.boot.product.theme_customize": ["lcc"],
|
||||
"ro.product.device": [],
|
||||
"device_type": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=black",
|
||||
"background_optional": true,
|
||||
"gravity": "center",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"layout_gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"display_height": "0dp",
|
||||
"path": ""
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding1",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "14dp",
|
||||
"background": "#FFCC1414",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding2",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "40dp",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_layout",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "left|center_vertical",
|
||||
"margin_left": "48dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"layout_gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"display_height": "34dp",
|
||||
"display_width": "0dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=4"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"margin_left": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@model= @{series}@{versionNumber}",
|
||||
"text_upper": false,
|
||||
"font_ref": "f1"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"margin_left": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@model=@{versionName}",
|
||||
"text_upper": false,
|
||||
"font_ref": "f2",
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 8,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 2,
|
||||
"rect_radius": [6.6, 6.6, 6.6, 6.6,6.6, 6.6,6.6, 6.6],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "28dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "right|center_vertical",
|
||||
"margin_left": "-50dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_group",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "29dp",
|
||||
"gravity": "right|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif",
|
||||
"layout_gravity": "right|center_vertical",
|
||||
"text": "@exif=@{focal}mm f/@{aperture} @{speed}s ISO@{iso}",
|
||||
"font_ref": "f4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_location_group",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "right|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "10dp",
|
||||
"childViews":[
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"optional": true,
|
||||
"layout_gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"text": "@time=@wm_time_yyyy_MM_dd",
|
||||
"font_ref": "f3"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "location",
|
||||
"optional": true,
|
||||
"margin_left": "20dp",
|
||||
"margin_top": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@location=location_latlng;@locationLimit=0.8",
|
||||
"font_ref": "f3"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_padding3",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "40dp",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"background": [
|
||||
{
|
||||
"name": "black",
|
||||
"icon": "@img=icon_background_black.webp",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": ["#FFFFFFFF", "#B2FFFFFF", "#CCFFFFFF", "#80FFFFFF", "white"]
|
||||
},
|
||||
{
|
||||
"name": "white",
|
||||
"icon": "@img=icon_background_white.webp",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": ["#FF000000", "#4D000000", "#BF000000", "#80000000", "black"]
|
||||
}
|
||||
],
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 30.6,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501"
|
||||
},
|
||||
"f2": {
|
||||
"size": 20.0,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 401",
|
||||
"letterSpacing": 0.028
|
||||
},
|
||||
"f3": {
|
||||
"size": 20.0,
|
||||
"color": "@foreground=3",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 400"
|
||||
},
|
||||
"f4": {
|
||||
"size": 22.0,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 500",
|
||||
"letterSpacing": -0.02
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"wm_classic_20_name": {
|
||||
"default": "CLASSIC FOUR",
|
||||
"zh-rCN": "经典4"
|
||||
},
|
||||
"wm_time_yyyy_MM_dd": {
|
||||
"default": "yyyy.MM.dd",
|
||||
"zh-rCN": "yyyy.MM.dd"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
@@ -1 +0,0 @@
|
||||
{"watermark_id":"20"}
|
||||
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
@@ -1,352 +0,0 @@
|
||||
{
|
||||
"version": 1.0,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_21_name",
|
||||
"id": "21",
|
||||
"description": "classic_5",
|
||||
"reminder_not_support_mode": ["multi", "raw", "200m", "doc", "pano", "mimoji", "instant"],
|
||||
"exclude_cases": ["200m"],
|
||||
"priority": 5,
|
||||
"limitation": {
|
||||
}
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "center",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"background": "@background=white",
|
||||
"background_optional": true,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"layout_gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"display_height": "0dp",
|
||||
"path": ""
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_content",
|
||||
"orientation": "none",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "136dp",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "left|center_vertical",
|
||||
"margin_left": "32dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "custom_icon_layout",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "left|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"optional": true,
|
||||
"setting_optional_type": "type_custom_icon",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "custom_icon",
|
||||
"layout_gravity": "left|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"display_height": "76dp",
|
||||
"display_width": "0dp",
|
||||
"path": "pathType=select;path=custom_icon;foreground=3"
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "space_layout",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "match_parent",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "18dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "brand_time_layout",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "left|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "brand_layout",
|
||||
"orientation": "none",
|
||||
"layout_width": "90%w",
|
||||
"layout_height": "30dp",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"setting_optional_type": "type_model",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "logo_model_versionName",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "left|center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"layout_gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"display_height": "28dp",
|
||||
"display_width": "0dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=3"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"margin_left": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@model= @{series}@{versionNumber}",
|
||||
"text_upper": false,
|
||||
"font_ref": "f1"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"margin_left": "0dp",
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@model=@{versionName}",
|
||||
"text_upper": false,
|
||||
"font_ref": "f4",
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 6,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 1.8,
|
||||
"rect_radius": [5.6, 5.6, 5.6, 5.6, 5.6, 5.6, 5.6, 5.6],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "23dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_layout",
|
||||
"orientation": "none",
|
||||
"layout_width": "300dp",
|
||||
"layout_height": "26dp",
|
||||
"gravity": "left",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "10dp",
|
||||
"optional": true,
|
||||
"setting_optional_type": "type_time",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"layout_gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"text": "@time=@wm_time_yyyy_MM_dd_HH_mm",
|
||||
"font_ref": "f2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "right|center_vertical",
|
||||
"margin_left": "-32dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_layout",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "right",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"optional": true,
|
||||
"setting_optional_type": "type_exif",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_padding1",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "6dp",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif",
|
||||
"layout_gravity": "right|center_vertical",
|
||||
"text": "@exif=@{focal}mm f/@{aperture} @{speed}s ISO@{iso}",
|
||||
"font_ref": "f3"
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_padding2",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "6dp",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "location_layout",
|
||||
"orientation": "vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"gravity": "right",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"optional": true,
|
||||
"setting_optional_type": "type_location",
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "location_padding1",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "6dp",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "location",
|
||||
"layout_gravity": "right|center_vertical",
|
||||
"text": "@location=location_latlng;@locationLimit=0.8",
|
||||
"font_ref": "f2"
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "location_padding2",
|
||||
"orientation": "horizontal",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "6dp",
|
||||
"gravity": "center_vertical",
|
||||
"margin_left": "0dp",
|
||||
"margin_top": "0dp",
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"icon": "@img=icon_background_white.webp",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": ["#FF000000", "#80000000", "#BF000000", "black"]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"icon": "@img=icon_background_black.webp",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": ["#FFFFFFFF", "#80FFFFFF", "#CCFFFFFF", "white"]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"icon": "@img=icon_background_light_blur.webp",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": ["#FF000000", "#80000000", "#BF000000", "black"]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"icon": "@img=icon_background_dark_blur.webp",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": ["#FFFFFFFF", "#80FFFFFF", "#CCFFFFFF", "white"]
|
||||
}
|
||||
],
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 25.0,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501"
|
||||
},
|
||||
"f2": {
|
||||
"size": 18.0,
|
||||
"color": "@foreground=1",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 450",
|
||||
"letterSpacing": 0.083
|
||||
},
|
||||
"f3": {
|
||||
"size": 22.0,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501"
|
||||
},
|
||||
"f4": {
|
||||
"size": 16.0,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"letterSpacing": 0.04
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"wm_classic_21_name": {
|
||||
"default": "CLASSIC FIVE",
|
||||
"zh-rCN": "经典5"
|
||||
},
|
||||
"wm_time_yyyy_MM_dd_HH_mm": {
|
||||
"default": "yyyy.MM.dd HH:mm",
|
||||
"zh-rCN": "yyyy.MM.dd HH:mm"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 956 B |
|
Before Width: | Height: | Size: 784 B |
|
Before Width: | Height: | Size: 1.1 KiB |
@@ -1,459 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"name": "@wm_classic_21_name",
|
||||
"id": "21",
|
||||
"description": "classic_5",
|
||||
"gainmap_modify_version": 0
|
||||
},
|
||||
"layout_group": [
|
||||
{
|
||||
"layout": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "all_content",
|
||||
"orientation": "vertical",
|
||||
"gravity": "center",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "@background=white",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "src_image_view",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left",
|
||||
"display_width": "wrap_content",
|
||||
"display_height": "0dp",
|
||||
"path": "",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "bottom_content",
|
||||
"orientation": "none",
|
||||
"gravity": "left",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "136dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "left_bottom_group",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "32.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "custom_icon_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "type_custom_icon",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "custom_icon",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "left|center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "76dp",
|
||||
"path": "pathType=select;path=custom_icon;foreground=3",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "space_layout",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "match_parent",
|
||||
"background": "",
|
||||
"margin_left": "18.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "brand_time_layout",
|
||||
"orientation": "vertical",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "brand_layout",
|
||||
"orientation": "none",
|
||||
"gravity": "left",
|
||||
"layout_width": "90%w",
|
||||
"layout_height": "30dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "type_model",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "logo_model_versionName",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "left|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ImageView",
|
||||
"id": "logo",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"display_width": "0dp",
|
||||
"display_height": "28dp",
|
||||
"path": "pathType=fill;path=${logo};foreground=3",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": " X8 ",
|
||||
"font_ref": "f1",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "model_versionName",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "Pro",
|
||||
"font_ref": "f4",
|
||||
"scale": 1,
|
||||
"rect_params": {
|
||||
"rect_text_width_gap": 6,
|
||||
"rect_text_height_gap": 0,
|
||||
"rect_line_width": 1,
|
||||
"rect_radius": [
|
||||
5.6,
|
||||
5.6,
|
||||
5.6,
|
||||
5.6,
|
||||
5.6,
|
||||
5.6,
|
||||
5.6,
|
||||
5.6
|
||||
],
|
||||
"rect_line_color": "@foreground=2",
|
||||
"rect_fill_color": "",
|
||||
"rect_width": "wrap_content",
|
||||
"rect_height": "23dp"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "time_layout",
|
||||
"orientation": "none",
|
||||
"gravity": "left",
|
||||
"layout_width": "300dp",
|
||||
"layout_height": "26dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "10.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "type_time",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "time",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "center_vertical",
|
||||
"text": "@time=yyyy.MM.dd HH:mm",
|
||||
"font_ref": "f2",
|
||||
"scale": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "right_bottom_group",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right|center_vertical",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "-32.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_layout",
|
||||
"orientation": "vertical",
|
||||
"gravity": "right",
|
||||
"layout_width": "wrap_content",
|
||||
"layout_height": "wrap_content",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "type_exif",
|
||||
"gainmap_value": -1,
|
||||
"childViews": [
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_padding1",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "6dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"id": "exif",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"layout_gravity": "right|center_vertical",
|
||||
"text": "@exif=@{focal}mm f\/@{aperture} @{speed}s ISO@{iso}",
|
||||
"font_ref": "f3",
|
||||
"scale": 1
|
||||
},
|
||||
{
|
||||
"type": "Layout",
|
||||
"id": "exif_padding2",
|
||||
"orientation": "horizontal",
|
||||
"gravity": "center_vertical",
|
||||
"layout_width": "match_parent",
|
||||
"layout_height": "6dp",
|
||||
"background": "",
|
||||
"margin_left": "0.0dp",
|
||||
"margin_top": "0.0dp",
|
||||
"degree": 0,
|
||||
"alpha_ratio": 1,
|
||||
"setting_optional_type": "",
|
||||
"gainmap_value": -1,
|
||||
"childViews": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wmRes": {
|
||||
"fonts": {
|
||||
"f1": {
|
||||
"size": 25,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f2": {
|
||||
"size": 18,
|
||||
"color": "@foreground=1",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 450",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.083,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f3": {
|
||||
"size": 22,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 501",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
},
|
||||
"f4": {
|
||||
"size": 16,
|
||||
"color": "@foreground=0",
|
||||
"typeface": "default",
|
||||
"variation": "'wght' 451",
|
||||
"textAlign": "left",
|
||||
"letterSpacing": 0.04,
|
||||
"shadow": [
|
||||
"0f",
|
||||
"0f",
|
||||
"0f",
|
||||
"#00000000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"background": [
|
||||
{
|
||||
"name": "white",
|
||||
"description": "",
|
||||
"value": "@color=#FFFFFFFF",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#80000000",
|
||||
"#BF000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "black",
|
||||
"description": "",
|
||||
"value": "@color=#FF141414",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"white"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "light_blur",
|
||||
"description": "",
|
||||
"value": "@algo=light_blur",
|
||||
"foreground": [
|
||||
"#FF000000",
|
||||
"#80000000",
|
||||
"#BF000000",
|
||||
"black"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dark_blur",
|
||||
"description": "",
|
||||
"value": "@algo=dark_blur",
|
||||
"foreground": [
|
||||
"#FFFFFFFF",
|
||||
"#80FFFFFF",
|
||||
"#CCFFFFFF",
|
||||
"white"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||