91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

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
晋江市| 财经| 永定县| 麻江县| 安塞县| 新竹县| 宕昌县| 绥阳县| 商水县| 山西省| 乃东县| 丽水市| 宣汉县| 洮南市| 临洮县| 黑龙江省| 台江县| 五大连池市| 民权县| 镇坪县| 科技| 乌拉特后旗| 宜都市| 阳江市| 翁源县| 乳山市| 滁州市| 磐石市| 和静县| 巫山县| 怀集县| 顺昌县| 称多县| 定南县| 凉山| 广东省| 沁源县| 武陟县| 都兰县| 绍兴县| 西峡县|