43 lines
1.1 KiB
Java
43 lines
1.1 KiB
Java
package com.google.maps.android;
|
|
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
public final class R {
|
|
|
|
public static final class drawable {
|
|
public static int amu_bubble_mask = 0x7f070050;
|
|
public static int amu_bubble_shadow = 0x7f070051;
|
|
|
|
private drawable() {
|
|
}
|
|
}
|
|
|
|
public static final class id {
|
|
public static int amu_text = 0x7f08003f;
|
|
public static int webview = 0x7f0800ca;
|
|
public static int window = 0x7f0800cc;
|
|
|
|
private id() {
|
|
}
|
|
}
|
|
|
|
public static final class layout {
|
|
public static int amu_info_window = 0x7f0b001c;
|
|
public static int amu_text_bubble = 0x7f0b001d;
|
|
public static int amu_webview = 0x7f0b001e;
|
|
|
|
private layout() {
|
|
}
|
|
}
|
|
|
|
public static final class style {
|
|
public static int amu_Bubble_TextAppearance_Dark = 0x7f0e0162;
|
|
public static int amu_Bubble_TextAppearance_Light = 0x7f0e0163;
|
|
public static int amu_ClusterIcon_TextAppearance = 0x7f0e0164;
|
|
|
|
private style() {
|
|
}
|
|
}
|
|
|
|
private R() {
|
|
}
|
|
} |