- 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
65 lines
1.3 KiB
Smali
65 lines
1.3 KiB
Smali
.class public final Landroidx/fragment/R$styleable;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/fragment/R;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "styleable"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static Fragment:[I = null
|
|
|
|
.field public static FragmentContainerView:[I = null
|
|
|
|
.field public static FragmentContainerView_android_name:I = 0x0
|
|
|
|
.field public static FragmentContainerView_android_tag:I = 0x1
|
|
|
|
.field public static Fragment_android_id:I = 0x1
|
|
|
|
.field public static Fragment_android_name:I = 0x0
|
|
|
|
.field public static Fragment_android_tag:I = 0x2
|
|
|
|
|
|
# direct methods
|
|
.method public static constructor <clinit>()V
|
|
.locals 3
|
|
|
|
const v0, 0x1010003
|
|
|
|
const v1, 0x10100d0
|
|
|
|
const v2, 0x10100d1
|
|
|
|
filled-new-array {v0, v1, v2}, [I
|
|
|
|
move-result-object v1
|
|
|
|
sput-object v1, Landroidx/fragment/R$styleable;->Fragment:[I
|
|
|
|
filled-new-array {v0, v2}, [I
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Landroidx/fragment/R$styleable;->FragmentContainerView:[I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|