Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
15
apk_decompiled/sources/F/k.java
Normal file
15
apk_decompiled/sources/F/k.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package F;
|
||||
|
||||
import android.content.res.ColorStateList;
|
||||
import android.content.res.Resources;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class k {
|
||||
public static int a(Resources resources, int i, Resources.Theme theme) {
|
||||
return resources.getColor(i, theme);
|
||||
}
|
||||
|
||||
public static ColorStateList b(Resources resources, int i, Resources.Theme theme) {
|
||||
return resources.getColorStateList(i, theme);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user