Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile
Commits
96b5da6d
Commit
96b5da6d
authored
Dec 30, 2024
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix reszie 选择人机使用卡组按钮
parent
f326707c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Classes/gframe/game.cpp
Classes/gframe/game.cpp
+1
-1
mobile/build.gradle
mobile/build.gradle
+2
-2
No files found.
Classes/gframe/game.cpp
View file @
96b5da6d
...
...
@@ -1155,7 +1155,7 @@ bool Game::Initialize(ANDROID_APP app, android::InitOptions *options) {
cbBotDeckCategory
->
setVisible
(
false
);
cbBotDeck
=
env
->
addComboBox
(
Resize
(
0
,
0
,
0
,
0
),
tabBot
);
cbBotDeck
->
setVisible
(
false
);
btnBotDeckSelect
=
env
->
addButton
(
Resize
(
310
*
xScale
,
110
*
yScale
,
530
*
xScale
,
150
*
yScale
),
tabBot
,
BUTTON_BOT_DECK_SELECT
,
L""
);
btnBotDeckSelect
=
env
->
addButton
(
Resize
(
310
,
110
,
530
,
150
),
tabBot
,
BUTTON_BOT_DECK_SELECT
,
L""
);
btnBotDeckSelect
->
setVisible
(
false
);
cbBotRule
=
CAndroidGUIComboBox
::
addAndroidComboBox
(
env
,
Resize
(
310
,
160
,
530
,
200
),
tabBot
,
COMBOBOX_BOT_RULE
);
cbBotRule
->
addItem
(
dataManager
.
GetSysString
(
1262
));
...
...
mobile/build.gradle
View file @
96b5da6d
...
...
@@ -9,8 +9,8 @@ android {
minSdkVersion
23
//noinspection ExpiredTargetSdkVersion
targetSdkVersion
29
versionCode
3111
30000
versionName
"3.11.1
3
"
versionCode
3111
40001
versionName
"3.11.1
4fix1
"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
ndkVersion
"21.3.6528147"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment