ADD week 5
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.google.android.material.shadow;
|
||||
|
||||
import android.graphics.drawable.Drawable;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface ShadowViewDelegate {
|
||||
float getRadius();
|
||||
|
||||
boolean isCompatPaddingEnabled();
|
||||
|
||||
void setBackgroundDrawable(Drawable drawable);
|
||||
|
||||
void setShadowPadding(int i, int i2, int i3, int i4);
|
||||
}
|
||||
Reference in New Issue
Block a user