Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
package com.google.android.material.internal;
|
||||
|
||||
import android.content.Context;
|
||||
import android.util.AttributeSet;
|
||||
import androidx.recyclerview.widget.LinearLayoutManager;
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
import l.InterfaceC0418A;
|
||||
import l.m;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public class NavigationMenuView extends RecyclerView implements InterfaceC0418A {
|
||||
public NavigationMenuView(Context context, AttributeSet attributeSet) {
|
||||
super(context, attributeSet, 0);
|
||||
setLayoutManager(new LinearLayoutManager(1));
|
||||
}
|
||||
|
||||
@Override // l.InterfaceC0418A
|
||||
public final void a(m mVar) {
|
||||
}
|
||||
|
||||
public int getWindowAnimations() {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user