Initial version -- added millennium read funcionality

This commit is contained in:
Pablo
2026-03-09 22:05:28 +01:00
commit 77c2ded482
2770 changed files with 141927 additions and 0 deletions
@@ -0,0 +1,40 @@
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() {
}
}