ADD week 5
This commit is contained in:
		| @@ -0,0 +1,21 @@ | ||||
| package androidx.cardview.widget; | ||||
|  | ||||
| import android.graphics.drawable.Drawable; | ||||
| import android.view.View; | ||||
|  | ||||
| /* loaded from: classes.dex */ | ||||
| interface CardViewDelegate { | ||||
|     Drawable getCardBackground(); | ||||
|  | ||||
|     View getCardView(); | ||||
|  | ||||
|     boolean getPreventCornerOverlap(); | ||||
|  | ||||
|     boolean getUseCompatPadding(); | ||||
|  | ||||
|     void setCardBackground(Drawable drawable); | ||||
|  | ||||
|     void setMinWidthHeightInternal(int i, int i2); | ||||
|  | ||||
|     void setShadowPadding(int i, int i2, int i3, int i4); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user