- 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
86 lines
1.8 KiB
Smali
86 lines
1.8 KiB
Smali
.class public final Landroidx/cardview/R$styleable;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/cardview/R;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "styleable"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static CardView:[I = null
|
|
|
|
.field public static CardView_android_minHeight:I = 0x1
|
|
|
|
.field public static CardView_android_minWidth:I = 0x0
|
|
|
|
.field public static CardView_cardBackgroundColor:I = 0x2
|
|
|
|
.field public static CardView_cardCornerRadius:I = 0x3
|
|
|
|
.field public static CardView_cardElevation:I = 0x4
|
|
|
|
.field public static CardView_cardMaxElevation:I = 0x5
|
|
|
|
.field public static CardView_cardPreventCornerOverlap:I = 0x6
|
|
|
|
.field public static CardView_cardUseCompatPadding:I = 0x7
|
|
|
|
.field public static CardView_contentPadding:I = 0x8
|
|
|
|
.field public static CardView_contentPaddingBottom:I = 0x9
|
|
|
|
.field public static CardView_contentPaddingLeft:I = 0xa
|
|
|
|
.field public static CardView_contentPaddingRight:I = 0xb
|
|
|
|
.field public static CardView_contentPaddingTop:I = 0xc
|
|
|
|
|
|
# direct methods
|
|
.method public static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
const/16 v0, 0xd
|
|
|
|
new-array v0, v0, [I
|
|
|
|
fill-array-data v0, :array_0
|
|
|
|
sput-object v0, Landroidx/cardview/R$styleable;->CardView:[I
|
|
|
|
return-void
|
|
|
|
:array_0
|
|
.array-data 4
|
|
0x101013f
|
|
0x1010140
|
|
0x7f040079
|
|
0x7f04007a
|
|
0x7f04007b
|
|
0x7f04007c
|
|
0x7f04007d
|
|
0x7f04007e
|
|
0x7f0400ac
|
|
0x7f0400ad
|
|
0x7f0400ae
|
|
0x7f0400af
|
|
0x7f0400b0
|
|
.end array-data
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|