2016-09-20 274 views

回答

1

试试这个

card.setCardBackgroundColor(R.drawable.circle) 

或者你可以通过XML尝试

<android.support.v7.widget.CardView 
     android:layout_width="match_parent" 
     android:layout_height="wrap_content" 
     android:orientation="vertical" 
     card:cardBackgroundColor="#ff00ff" 
     card:cardElevation="4dp"> 

希望这个作品。