亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

android按鈕背景顏色如何設置

小億
161
2024-05-23 10:22:09
欄目: 編程語言

在Android中,可以通過以下方法設置按鈕的背景顏色:

  1. 在XML布局文件中設置按鈕的背景顏色:
<Button
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Button"
    android:background="@color/colorAccent" />

其中,@color/colorAccent 是指向顏色資源文件中定義的顏色。

  1. 在代碼中設置按鈕的背景顏色:
Button button = findViewById(R.id.button);
button.setBackgroundColor(ContextCompat.getColor(this, R.color.colorAccent));

其中,R.color.colorAccent 是指向顏色資源文件中定義的顏色。

0
安阳县| 宁城县| 安泽县| 望谟县| 石林| 南投市| 桐城市| 定远县| 车致| 留坝县| 河西区| 安化县| 玉溪市| 武清区| 太仆寺旗| 谷城县| 潍坊市| 资兴市| 株洲市| 贵阳市| 康定县| 左贡县| 海南省| 商丘市| 灵璧县| 沁源县| 东乡| 武隆县| 囊谦县| 海口市| 兴和县| 土默特左旗| 丰宁| 贵阳市| 新建县| 东光县| 牟定县| 乌兰察布市| 中西区| 新密市| 灌阳县|