2
我試圖使用GradientDrawable
的SetStroke
方法的黑色邊框設置爲一個TextViewXamarin.Droid不能從UINT轉換爲Android.content.Res.colorStateList
GradientDrawable shape = new GradientDrawable();
shape.SetStroke(1, 0xFF000000);
我不能用它像java中一樣,我得到錯誤
Error : Argument 2: cannot convert from 'uint' to 'Android.content.Res.colorStateList'