mirror of
https://github.com/openharmony/applications_sample_camera.git
synced 2026-07-01 14:21:52 -04:00
修改setting/setting/src/main/cpp/setting_wifi_input_password_ability_slice.cpp文件,188行加入换行符
188行加入换行符,消除单行字符数过多告警 Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
@@ -185,7 +185,8 @@ void SettingWifiInputPasswordAbilitySlice::AddInputKeyBoardZero(void)
|
||||
inputButton->SetStyle(STYLE_TEXT_COLOR, DE_TITLE_TEXT_COLOR);
|
||||
inputButton->SetFont(DE_FONT_OTF, DE_TITLE_TEXT_SIZE);
|
||||
|
||||
clickLeftListener_ = new TestBtnOnClickInputPasswordChangeListener((UILabel*)lablelInputText_, (UILabel*)lablelCursorText_, inputNum, CURSOR_POSITION_OFFSET);
|
||||
clickLeftListener_ = new TestBtnOnClickInputPasswordChangeListener((UILabel*)lablelInputText_, \
|
||||
(UILabel*)lablelCursorText_, inputNum, CURSOR_POSITION_OFFSET);
|
||||
inputButton->SetOnClickListener(clickLeftListener_);
|
||||
scrollView_->Add(inputButton);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user