Related questions
Question 103 - H14-231_V1.0 discussion
A developer has developed with the Text component, and the effect is as follows, which piece of code can be used to achieve the effect?
A.
<Text ohos:height='match_content' ohos:width='match_content' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='true' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
B.
<Text ohos:height='match_parent' ohos:width='match_parent' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='true' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
C.
<Text ohos:height='match_content' ohos:width='match_parent' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='false' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
D.
<Text ohos:height='match_parent' ohos:width='match_content' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='false' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
Your answer:
0 comments
Sorted by
Leave a comment first