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();