android:background="@drawable/shape_daily_spike_bg_blue"
改變背景顏色可以這么做:
GradientDrawable bgShape = (GradientDrawable)mView.getBackground();
bgShape.setColor();
android:background="@drawable/shape_daily_spike_bg_blue"
改變背景顏色可以這么做:
GradientDrawable bgShape = (GradientDrawable)mView.getBackground();
bgShape.setColor();