ExamGecko
Question list
Search
Search

Related questions











Question 48 - H14-231_V1.0 discussion

Report
Export

A developer is developing a ticket booking application, in the selection of the location of the ticket, you need to use the slide selector Picker, in order to highlight the selected text, the developer sets the rendering effect that the selected text margin is greater than the ordinary text margin. Which of the following settings are correct?

A.
<Picker...... ohos:selected_normal_text_margin_ratio='5.0'/>
Answers
A.
<Picker...... ohos:selected_normal_text_margin_ratio='5.0'/>
B.
Picker.setSelectNormal TextMarginRatio(5.0f);
Answers
B.
Picker.setSelectNormal TextMarginRatio(5.0f);
C.
<Picker...... ohos:selected_normal_text_margin_ratio='0.5'/>
Answers
C.
<Picker...... ohos:selected_normal_text_margin_ratio='0.5'/>
D.
Picker.setSelectNormalTextMarginRatio(5.0);
Answers
D.
Picker.setSelectNormalTextMarginRatio(5.0);
Suggested answer: B
asked 18/09/2024
leonie lira
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first