ADD week 5
This commit is contained in:
		| @@ -0,0 +1,21 @@ | ||||
| package androidx.appcompat.content.res; | ||||
|  | ||||
| import android.content.Context; | ||||
| import android.content.res.ColorStateList; | ||||
| import android.graphics.drawable.Drawable; | ||||
| import androidx.appcompat.widget.ResourceManagerInternal; | ||||
| import androidx.core.content.ContextCompat; | ||||
|  | ||||
| /* loaded from: classes.dex */ | ||||
| public final class AppCompatResources { | ||||
|     private AppCompatResources() { | ||||
|     } | ||||
|  | ||||
|     public static ColorStateList getColorStateList(Context context, int i) { | ||||
|         return ContextCompat.getColorStateList(context, i); | ||||
|     } | ||||
|  | ||||
|     public static Drawable getDrawable(Context context, int i) { | ||||
|         return ResourceManagerInternal.get().getDrawable(context, i); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user