40 lines
923 B
Java
40 lines
923 B
Java
package com.sistemasolton.itranvias;
|
|
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
public final class R {
|
|
|
|
public static final class color {
|
|
public static int ic_launcher_background = 0x7f050040;
|
|
|
|
private color() {
|
|
}
|
|
}
|
|
|
|
public static final class drawable {
|
|
public static int ic_launcher_background = 0x7f070075;
|
|
public static int ic_launcher_foreground = 0x7f070076;
|
|
public static int nfc = 0x7f070077;
|
|
|
|
private drawable() {
|
|
}
|
|
}
|
|
|
|
public static final class mipmap {
|
|
public static int ic_launcher = 0x7f0c0000;
|
|
public static int ic_launcher_foreground = 0x7f0c0001;
|
|
public static int ic_launcher_round = 0x7f0c0002;
|
|
|
|
private mipmap() {
|
|
}
|
|
}
|
|
|
|
public static final class string {
|
|
public static int app_name = 0x7f0d001c;
|
|
|
|
private string() {
|
|
}
|
|
}
|
|
|
|
private R() {
|
|
}
|
|
} |