2016-09-20 284 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"> 

希望這個作品。