Button 是什么
按鈕(Button)是一種常見的組件,點擊可以觸發對應的操作,通常由文本或圖示組成,也可以由圖示和文本共同組成,
創建Button
使用Button組件,可以生成形狀、顏色豐富的按鈕,
<Button
ohos:id="$+id:button_sample"
ohos:width="match_content"
ohos:height="match_content"
ohos:text_size="27fp"
ohos:text="button"
ohos:background_element="$graphic:button_element"
ohos:left_margin="15vp"
ohos:bottom_margin="15vp"
ohos:right_padding="8vp"
ohos:left_padding="8vp"
ohos:element_left="$graphic:ic_btn_reload"
/>
更多技術交流請加入QQ群
群名稱:harmonyos鴻蒙技術交流
群 號:856567895
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/56086.html
標籤:其他
