Files
rr3-apk/smali_classes2/com/fyber/inneractive/sdk/R$style.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

79 lines
2.2 KiB
Smali

.class public final Lcom/fyber/inneractive/sdk/R$style;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/R;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "style"
.end annotation
# static fields
.field public static InneractiveAppTheme_Home:I = 0x7f1300ea
.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 Theme_IAPTheme:I = 0x7f13016c
.field public static Widget_Compat_NotificationActionContainer:I = 0x7f1301c1
.field public static Widget_Compat_NotificationActionText:I = 0x7f1301c2
.field public static Widget_Support_CoordinatorLayout:I = 0x7f1301c3
.field public static ia_bottom_left_overlay:I = 0x7f1301e8
.field public static ia_bottom_right_overlay:I = 0x7f1301e9
.field public static ia_expand_collapse_button_style:I = 0x7f1301ea
.field public static ia_identifier_banner_overlay_style:I = 0x7f1301eb
.field public static ia_identifier_overlay_style:I = 0x7f1301ec
.field public static ia_mute_button_style:I = 0x7f1301ed
.field public static ia_play_button_style:I = 0x7f1301ee
.field public static ia_top_left_overlay:I = 0x7f1301ef
.field public static ia_top_right_overlay:I = 0x7f1301f0
.field public static ia_tv_app_info_btn_style:I = 0x7f1301f1
.field public static ia_tv_call_to_action_style:I = 0x7f1301f2
.field public static ia_tv_remaining_time_style:I = 0x7f1301f3
.field public static ia_tv_skip_style:I = 0x7f1301f4
.field public static ia_video_overlay_text_view:I = 0x7f1301f5
.field public static ia_video_progressbar_style:I = 0x7f1301f6
.field public static ia_video_progressbar_style_new:I = 0x7f1301f7
# direct methods
.method private constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method