mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-16 15:02:54 +00:00
Update Gradle
This commit is contained in:
parent
3927ddec3e
commit
4198ca3bb7
5 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
package com.beemdevelopment.aegis.ui.views;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.content.Context;
|
||||
import android.content.res.TypedArray;
|
||||
import android.util.AttributeSet;
|
||||
|
@ -30,6 +31,7 @@ public class IconRecyclerView extends RecyclerView {
|
|||
init(context, attrs);
|
||||
}
|
||||
|
||||
@SuppressLint("ResourceType")
|
||||
private void init(Context context, AttributeSet attrs) {
|
||||
if (attrs != null) {
|
||||
int[] attrsArray = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue