- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
102 lines
3.7 KiB
Java
102 lines
3.7 KiB
Java
package com.tapjoy.sdk;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class R {
|
|
|
|
public static final class dimen {
|
|
public static int android_dialog_margin_bottom = 0x7f070074;
|
|
public static int android_dialog_margin_left = 0x7f070075;
|
|
public static int android_dialog_margin_right = 0x7f070076;
|
|
public static int android_dialog_margin_top = 0x7f070077;
|
|
|
|
private dimen() {
|
|
}
|
|
}
|
|
|
|
public static final class drawable {
|
|
public static int ic_launcher = 0x7f080196;
|
|
|
|
private drawable() {
|
|
}
|
|
}
|
|
|
|
public static final class id {
|
|
public static int controller = 0x7f0a00b9;
|
|
public static int tabtitle = 0x7f0a026f;
|
|
|
|
private id() {
|
|
}
|
|
}
|
|
|
|
public static final class integer {
|
|
public static int birth_year_min = 0x7f0b0004;
|
|
public static int chat_text_length_max = 0x7f0b0006;
|
|
public static int chat_text_length_min = 0x7f0b0007;
|
|
public static int comment_text_length_max = 0x7f0b0008;
|
|
public static int comment_text_length_min = 0x7f0b0009;
|
|
public static int direct_message_text_length_max = 0x7f0b000b;
|
|
public static int direct_message_text_length_min = 0x7f0b000c;
|
|
public static int message_text_length_max = 0x7f0b0012;
|
|
public static int message_text_length_min = 0x7f0b0013;
|
|
public static int user_description_length_max = 0x7f0b0015;
|
|
public static int user_description_length_min = 0x7f0b0016;
|
|
public static int user_name_length_max = 0x7f0b0017;
|
|
public static int user_name_length_min = 0x7f0b0018;
|
|
public static int user_password_length_max = 0x7f0b0019;
|
|
public static int user_password_length_min = 0x7f0b001a;
|
|
|
|
private integer() {
|
|
}
|
|
}
|
|
|
|
public static final class string {
|
|
public static int app_name = 0x7f12006d;
|
|
public static int cancel = 0x7f120083;
|
|
public static int date_format_month_day = 0x7f1200b3;
|
|
public static int date_format_year_month_day = 0x7f1200b4;
|
|
public static int empty = 0x7f1200c9;
|
|
public static int failed_to_get_more = 0x7f1200fe;
|
|
public static int failed_to_load = 0x7f1200ff;
|
|
public static int failed_to_refresh = 0x7f120100;
|
|
public static int fiverocks_app_id = 0x7f12010f;
|
|
public static int fiverocks_app_key = 0x7f120110;
|
|
public static int getting_more = 0x7f120115;
|
|
public static int just_before = 0x7f120134;
|
|
public static int loading = 0x7f120135;
|
|
public static int no = 0x7f120161;
|
|
public static int ok = 0x7f12016d;
|
|
public static int please_wait = 0x7f12016f;
|
|
public static int pull_down_to_load = 0x7f120171;
|
|
public static int pull_down_to_refresh = 0x7f120172;
|
|
public static int pull_up_to_get_more = 0x7f120173;
|
|
public static int refresh = 0x7f120174;
|
|
public static int release_to_get_more = 0x7f120175;
|
|
public static int release_to_load = 0x7f120176;
|
|
public static int release_to_refresh = 0x7f120177;
|
|
public static int search_hint = 0x7f120180;
|
|
public static int settings = 0x7f120182;
|
|
public static int sign_in = 0x7f120183;
|
|
public static int sign_out = 0x7f120184;
|
|
public static int sign_up = 0x7f120185;
|
|
public static int today = 0x7f120188;
|
|
public static int updating = 0x7f120189;
|
|
public static int yes = 0x7f12018b;
|
|
public static int yesterday = 0x7f12018c;
|
|
|
|
private string() {
|
|
}
|
|
}
|
|
|
|
public static final class style {
|
|
public static int AppBaseTheme = 0x7f130005;
|
|
public static int AppTheme = 0x7f130027;
|
|
public static int TranslucentTheme = 0x7f130177;
|
|
|
|
private style() {
|
|
}
|
|
}
|
|
|
|
private R() {
|
|
}
|
|
}
|