6.6.2 - Alpha - APK 文件类型信息对话框设置占位符图标

This commit is contained in:
SuperMonster003
2025-01-11 16:42:53 +08:00
parent c350041652
commit 9f9aea7a05
7 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

View File

@@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -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