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

溫馨提示×

Android button如何加圖片

小億
344
2023-09-27 19:40:24
欄目: 編程語言

在Android中,你可以通過設置Button的背景來加入圖片。以下是加入圖片的幾種方式:

  1. 在XML布局文件中設置Button的背景為圖片資源:
<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/image" />

其中,@drawable/image表示圖片資源的引用,你需要將圖片文件放置在res/drawable目錄下。

  1. 在Java代碼中設置Button的背景為圖片資源:
Button button = findViewById(R.id.button);
button.setBackgroundResource(R.drawable.image);
  1. 使用android:drawableLeftandroid:drawableRightandroid:drawableTopandroid:drawableBottom屬性將圖片與文字一起顯示在Button上:
<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button"
android:drawableLeft="@drawable/image" />

你可以將@drawable/image替換為你的圖片資源。

  1. 通過代碼設置Button的圖片:
Button button = findViewById(R.id.button);
Drawable image = getResources().getDrawable(R.drawable.image);
button.setCompoundDrawablesWithIntrinsicBounds(image, null, null, null);

這里的R.drawable.image表示圖片資源的引用,你需要將圖片文件放置在res/drawable目錄下。

以上是幾種常見的添加圖片到Button的方法,你可以根據具體需求選擇適合的方式。

0
新蔡县| 湘潭市| 湘西| 开原市| 广宁县| 建湖县| 柳江县| 新野县| 武乡县| 徐水县| 德庆县| 嫩江县| 确山县| 轮台县| 寻乌县| 措勤县| 扎赉特旗| 景宁| 孙吴县| 获嘉县| 吴旗县| 广西| 河北省| 富阳市| 渑池县| 仁寿县| 温宿县| 陇川县| 陕西省| 武宣县| 永丰县| 滨海县| 八宿县| 涟源市| 闵行区| 晋州市| 沂南县| 油尖旺区| 攀枝花市| 平江县| 湟源县|