- 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
105 lines
2.7 KiB
Smali
105 lines
2.7 KiB
Smali
.class public final Lcom/applovin/sdk/R$attr;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/sdk/R;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "attr"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static al_ad_marker_color:I = 0x7f040029
|
|
|
|
.field public static al_ad_marker_width:I = 0x7f04002a
|
|
|
|
.field public static al_animation_enabled:I = 0x7f04002b
|
|
|
|
.field public static al_auto_show:I = 0x7f04002c
|
|
|
|
.field public static al_backgroundTint:I = 0x7f04002d
|
|
|
|
.field public static al_bar_gravity:I = 0x7f04002e
|
|
|
|
.field public static al_bar_height:I = 0x7f04002f
|
|
|
|
.field public static al_buffered_color:I = 0x7f040030
|
|
|
|
.field public static al_controller_layout_id:I = 0x7f040031
|
|
|
|
.field public static al_default_artwork:I = 0x7f040032
|
|
|
|
.field public static al_hide_during_ads:I = 0x7f040033
|
|
|
|
.field public static al_hide_on_touch:I = 0x7f040034
|
|
|
|
.field public static al_keep_content_on_player_reset:I = 0x7f040035
|
|
|
|
.field public static al_played_ad_marker_color:I = 0x7f040036
|
|
|
|
.field public static al_played_color:I = 0x7f040037
|
|
|
|
.field public static al_player_layout_id:I = 0x7f040038
|
|
|
|
.field public static al_repeat_toggle_modes:I = 0x7f040039
|
|
|
|
.field public static al_resize_mode:I = 0x7f04003a
|
|
|
|
.field public static al_scrubber_color:I = 0x7f04003b
|
|
|
|
.field public static al_scrubber_disabled_size:I = 0x7f04003c
|
|
|
|
.field public static al_scrubber_dragged_size:I = 0x7f04003d
|
|
|
|
.field public static al_scrubber_drawable:I = 0x7f04003e
|
|
|
|
.field public static al_scrubber_enabled_size:I = 0x7f04003f
|
|
|
|
.field public static al_show_buffering:I = 0x7f040040
|
|
|
|
.field public static al_show_fastforward_button:I = 0x7f040041
|
|
|
|
.field public static al_show_next_button:I = 0x7f040042
|
|
|
|
.field public static al_show_previous_button:I = 0x7f040043
|
|
|
|
.field public static al_show_rewind_button:I = 0x7f040044
|
|
|
|
.field public static al_show_shuffle_button:I = 0x7f040045
|
|
|
|
.field public static al_show_subtitle_button:I = 0x7f040046
|
|
|
|
.field public static al_show_timeout:I = 0x7f040047
|
|
|
|
.field public static al_show_vr_button:I = 0x7f040048
|
|
|
|
.field public static al_shutter_background_color:I = 0x7f040049
|
|
|
|
.field public static al_surface_type:I = 0x7f04004a
|
|
|
|
.field public static al_time_bar_min_update_interval:I = 0x7f04004b
|
|
|
|
.field public static al_touch_target_height:I = 0x7f04004c
|
|
|
|
.field public static al_unplayed_color:I = 0x7f04004d
|
|
|
|
.field public static al_use_artwork:I = 0x7f04004e
|
|
|
|
.field public static al_use_controller:I = 0x7f04004f
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|