- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
63 lines
1.8 KiB
Java
63 lines
1.8 KiB
Java
package androidx.browser;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class R {
|
|
|
|
public static final class color {
|
|
public static int browser_actions_bg_grey = 0x7f060048;
|
|
public static int browser_actions_divider_color = 0x7f060049;
|
|
public static int browser_actions_text_color = 0x7f06004a;
|
|
public static int browser_actions_title_color = 0x7f06004b;
|
|
|
|
private color() {
|
|
}
|
|
}
|
|
|
|
public static final class dimen {
|
|
public static int browser_actions_context_menu_max_width = 0x7f070080;
|
|
public static int browser_actions_context_menu_min_padding = 0x7f070081;
|
|
|
|
private dimen() {
|
|
}
|
|
}
|
|
|
|
public static final class id {
|
|
public static int browser_actions_header_text = 0x7f0a0094;
|
|
public static int browser_actions_menu_item_icon = 0x7f0a0095;
|
|
public static int browser_actions_menu_item_text = 0x7f0a0096;
|
|
public static int browser_actions_menu_items = 0x7f0a0097;
|
|
public static int browser_actions_menu_view = 0x7f0a0098;
|
|
|
|
private id() {
|
|
}
|
|
}
|
|
|
|
public static final class layout {
|
|
public static int browser_actions_context_menu_page = 0x7f0d002b;
|
|
public static int browser_actions_context_menu_row = 0x7f0d002c;
|
|
|
|
private layout() {
|
|
}
|
|
}
|
|
|
|
public static final class string {
|
|
public static int copy_toast_msg = 0x7f1200b2;
|
|
public static int fallback_menu_item_copy_link = 0x7f120101;
|
|
public static int fallback_menu_item_open_in_browser = 0x7f120102;
|
|
public static int fallback_menu_item_share_link = 0x7f120103;
|
|
|
|
private string() {
|
|
}
|
|
}
|
|
|
|
public static final class xml {
|
|
public static int image_share_filepaths = 0x7f150008;
|
|
|
|
private xml() {
|
|
}
|
|
}
|
|
|
|
private R() {
|
|
}
|
|
}
|