我想以編程方式更改
Button
背景色按鈕 shape(oval)。我改變了XML。以編程方式更改橢圓形按鈕背景
這是代碼:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="20dp"/>
<solid android:color="#f9f9f9"/>
<stroke
android:width="2dp" android:color="#FFFF4917" />
</shape>
我使用Button.backgroundColor(COLOR.RED)
改變這種Button
但問題是,它改變按鈕的顏色,但它使我的按鈕矩形(默認設置形狀按鈕)
感謝working.will 10分鐘後投它 – Meghna
編碼愉快:)順便說一下我編輯你的問題,你已經在你原來做的拼寫錯誤。 – Rab