ExamGecko
Question list
Search
Search

Related questions











Question 443 - H14-231_V1.0 discussion

Report
Export

When a developer is developing a flight booking application, he needs to use the sliding selector DatePicker in the date selection of air tickets, and in order to improve the user experience, he needs to set the color of a single year/month/day item in operation to blue (#0000FF), which of the following items can meet the development needs?

A.
ohos:selected text color=#0000FF
Answers
A.
ohos:selected text color=#0000FF
B.
datePicker.setSelectedTextColor(new Color(Color.getlIntColor( '#0000FF')));
Answers
B.
datePicker.setSelectedTextColor(new Color(Color.getlIntColor( '#0000FF')));
C.
datePicker.setPeratedTextColor(new Color(Color.getIntColor('#000OFF')));
Answers
C.
datePicker.setPeratedTextColor(new Color(Color.getIntColor('#000OFF')));
D.
ohos:operated_text_color='0000FF'
Answers
D.
ohos:operated_text_color='0000FF'
Suggested answer: A, B
asked 18/09/2024
Simon Liu
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first