- 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
73 lines
1.5 KiB
Smali
73 lines
1.5 KiB
Smali
.class public final Lcom/google/android/gms/base/R$styleable;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/android/gms/base/R;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "styleable"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static LoadingImageView:[I = null
|
|
|
|
.field public static LoadingImageView_circleCrop:I = 0x0
|
|
|
|
.field public static LoadingImageView_imageAspectRatio:I = 0x1
|
|
|
|
.field public static LoadingImageView_imageAspectRatioAdjust:I = 0x2
|
|
|
|
.field public static SignInButton:[I = null
|
|
|
|
.field public static SignInButton_buttonSize:I = 0x0
|
|
|
|
.field public static SignInButton_colorScheme:I = 0x1
|
|
|
|
.field public static SignInButton_scopeUris:I = 0x2
|
|
|
|
|
|
# direct methods
|
|
.method public static constructor <clinit>()V
|
|
.locals 3
|
|
|
|
const v0, 0x7f0400f1
|
|
|
|
const v1, 0x7f0400f2
|
|
|
|
const v2, 0x7f040085
|
|
|
|
filled-new-array {v2, v0, v1}, [I
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/google/android/gms/base/R$styleable;->LoadingImageView:[I
|
|
|
|
const v0, 0x7f040094
|
|
|
|
const v1, 0x7f040141
|
|
|
|
const v2, 0x7f040074
|
|
|
|
filled-new-array {v2, v0, v1}, [I
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/google/android/gms/base/R$styleable;->SignInButton:[I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|