Files
rr3-apk/smali/androidx/recyclerview/R$attr.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

71 lines
1.7 KiB
Smali

.class public final Landroidx/recyclerview/R$attr;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/recyclerview/R;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "attr"
.end annotation
# static fields
.field public static alpha:I = 0x7f040055
.field public static fastScrollEnabled:I = 0x7f0400d2
.field public static fastScrollHorizontalThumbDrawable:I = 0x7f0400d3
.field public static fastScrollHorizontalTrackDrawable:I = 0x7f0400d4
.field public static fastScrollVerticalThumbDrawable:I = 0x7f0400d5
.field public static fastScrollVerticalTrackDrawable:I = 0x7f0400d6
.field public static font:I = 0x7f0400d8
.field public static fontProviderAuthority:I = 0x7f0400da
.field public static fontProviderCerts:I = 0x7f0400db
.field public static fontProviderFetchStrategy:I = 0x7f0400dd
.field public static fontProviderFetchTimeout:I = 0x7f0400de
.field public static fontProviderPackage:I = 0x7f0400df
.field public static fontProviderQuery:I = 0x7f0400e0
.field public static fontStyle:I = 0x7f0400e2
.field public static fontVariationSettings:I = 0x7f0400e3
.field public static fontWeight:I = 0x7f0400e4
.field public static layoutManager:I = 0x7f0400fd
.field public static recyclerViewStyle:I = 0x7f04013d
.field public static reverseLayout:I = 0x7f040140
.field public static spanCount:I = 0x7f04015d
.field public static stackFromEnd:I = 0x7f040163
.field public static ttcIndex:I = 0x7f04019c
# direct methods
.method private constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method