Commit 96b5da6d authored by fallenstardust's avatar fallenstardust

fix reszie 选择人机使用卡组按钮

parent f326707c
......@@ -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));
......
......@@ -9,8 +9,8 @@ android {
minSdkVersion 23
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 29
versionCode 311130000
versionName "3.11.13"
versionCode 311140001
versionName "3.11.14fix1"
flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true
ndkVersion "21.3.6528147"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment