- 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
69 lines
1.9 KiB
Smali
69 lines
1.9 KiB
Smali
.class public final Lcom/facebook/messenger/R$style;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/facebook/messenger/R;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "style"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static MessengerButton:I = 0x7f1300ed
|
|
|
|
.field public static MessengerButtonText:I = 0x7f1300f4
|
|
|
|
.field public static MessengerButtonText_Blue:I = 0x7f1300f5
|
|
|
|
.field public static MessengerButtonText_Blue_Large:I = 0x7f1300f6
|
|
|
|
.field public static MessengerButtonText_Blue_Small:I = 0x7f1300f7
|
|
|
|
.field public static MessengerButtonText_White:I = 0x7f1300f8
|
|
|
|
.field public static MessengerButtonText_White_Large:I = 0x7f1300f9
|
|
|
|
.field public static MessengerButtonText_White_Small:I = 0x7f1300fa
|
|
|
|
.field public static MessengerButton_Blue:I = 0x7f1300ee
|
|
|
|
.field public static MessengerButton_Blue_Large:I = 0x7f1300ef
|
|
|
|
.field public static MessengerButton_Blue_Small:I = 0x7f1300f0
|
|
|
|
.field public static MessengerButton_White:I = 0x7f1300f1
|
|
|
|
.field public static MessengerButton_White_Large:I = 0x7f1300f2
|
|
|
|
.field public static MessengerButton_White_Small:I = 0x7f1300f3
|
|
|
|
.field public static TextAppearance_Compat_Notification:I = 0x7f130147
|
|
|
|
.field public static TextAppearance_Compat_Notification_Info:I = 0x7f130148
|
|
|
|
.field public static TextAppearance_Compat_Notification_Line2:I = 0x7f13014a
|
|
|
|
.field public static TextAppearance_Compat_Notification_Time:I = 0x7f13014d
|
|
|
|
.field public static TextAppearance_Compat_Notification_Title:I = 0x7f13014f
|
|
|
|
.field public static Widget_Compat_NotificationActionContainer:I = 0x7f1301c1
|
|
|
|
.field public static Widget_Compat_NotificationActionText:I = 0x7f1301c2
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|