腳本button字體顏色改變
發布時間: 2023-06-15 03:39:54
1. 怎麼Android編程中設置Button的字體顏色呢
<Button
android:text="123"
android:textColor="@color/aliceblue" //設置字體顏色
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
望採納!
熱點內容