Files
rr3-apk/smali/androidx/appcompat/widget/ThemedSpinnerAdapter.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

29 lines
796 B
Smali

.class public interface abstract Landroidx/appcompat/widget/ThemedSpinnerAdapter;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/widget/SpinnerAdapter;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/appcompat/widget/ThemedSpinnerAdapter$Helper;
}
.end annotation
# virtual methods
.method public abstract getDropDownViewTheme()Landroid/content/res/Resources$Theme;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract setDropDownViewTheme(Landroid/content/res/Resources$Theme;)V
.param p1 # Landroid/content/res/Resources$Theme;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.end method