diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 00000000..105ce2da --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/app/src/main/java/org/autojs/autojs/ui/main/scripts/ApkInfoDialogManager.kt b/app/src/main/java/org/autojs/autojs/ui/main/scripts/ApkInfoDialogManager.kt index 2058d3a3..fa07c46a 100644 --- a/app/src/main/java/org/autojs/autojs/ui/main/scripts/ApkInfoDialogManager.kt +++ b/app/src/main/java/org/autojs/autojs/ui/main/scripts/ApkInfoDialogManager.kt @@ -44,7 +44,7 @@ object ApkInfoDialogManager { .title(apkFile.name) .customView(root, false) .autoDismiss(false) - .iconRes(R.drawable.transparent) + .iconRes(R.drawable.ic_three_dots_outline_small) .limitIconToDefaultSize() .positiveText(R.string.text_install) .positiveColorRes(R.color.dialog_button_attraction) diff --git a/app/src/main/res/drawable-night/ic_three_dots_outline.png b/app/src/main/res/drawable-night/ic_three_dots_outline.png new file mode 100644 index 00000000..0e42a899 Binary files /dev/null and b/app/src/main/res/drawable-night/ic_three_dots_outline.png differ diff --git a/app/src/main/res/drawable-night/ic_three_dots_outline_small.png b/app/src/main/res/drawable-night/ic_three_dots_outline_small.png new file mode 100644 index 00000000..95372966 Binary files /dev/null and b/app/src/main/res/drawable-night/ic_three_dots_outline_small.png differ diff --git a/app/src/main/res/drawable/ic_three_dots_outline.png b/app/src/main/res/drawable/ic_three_dots_outline.png new file mode 100644 index 00000000..e9ef0591 Binary files /dev/null and b/app/src/main/res/drawable/ic_three_dots_outline.png differ diff --git a/app/src/main/res/drawable/ic_three_dots_outline_small.png b/app/src/main/res/drawable/ic_three_dots_outline_small.png new file mode 100644 index 00000000..665d6318 Binary files /dev/null and b/app/src/main/res/drawable/ic_three_dots_outline_small.png differ diff --git a/version.properties b/version.properties index 68a055d4..e32857b7 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ -#Fri Jan 03 20:11:09 CST 2025 -BUILD_TIME=1735906269296 +#Sat Jan 11 16:27:44 CST 2025 +BUILD_TIME=1736584064033 COMPILE_SDK_VERSION=34 JAVA_VERSION=23 JAVA_VERSION_MIN_RADICAL=0 @@ -17,6 +17,6 @@ RAPID_OCR_OPENCV_MOBILE_LABEL_VERSION=13 RAPID_OCR_OPENCV_MOBILE_VERSION=4.5.3 TARGET_SDK_VERSION=34 TARGET_SDK_VERSION_INRT=29 -VERSION_BUILD=2957 +VERSION_BUILD=2959 VERSION_NAME=6.6.2 Alpha VSCODE_EXT_REQUIRED_VERSION=1.0.8