中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

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
浙江省| 自治县| 宁明县| 山丹县| 沾益县| 文昌市| 团风县| 沧州市| 施甸县| 阿图什市| 大渡口区| 伊春市| 咸宁市| 阳朔县| 库尔勒市| 清徐县| 平和县| 思南县| 富源县| 长白| 镇坪县| 阿克陶县| 香河县| 抚顺县| 和龙市| 庄河市| 合阳县| 蕲春县| 黄山市| 图片| 华宁县| 新郑市| 丽水市| 汉沽区| 铜川市| 绩溪县| 噶尔县| 仙桃市| 青铜峡市| 利辛县| 靖远县|