mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 09:02:34 -06:00
48 lines
1.3 KiB
Java
48 lines
1.3 KiB
Java
package androidx.navigation.ui;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class R {
|
|
|
|
/* loaded from: classes2.dex */
|
|
public static final class anim {
|
|
public static int nav_default_enter_anim = 0x7f01002e;
|
|
public static int nav_default_exit_anim = 0x7f01002f;
|
|
public static int nav_default_pop_enter_anim = 0x7f010030;
|
|
public static int nav_default_pop_exit_anim = 0x7f010031;
|
|
|
|
private anim() {
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes2.dex */
|
|
public static final class animator {
|
|
public static int nav_default_enter_anim = 0x7f020022;
|
|
public static int nav_default_exit_anim = 0x7f020023;
|
|
public static int nav_default_pop_enter_anim = 0x7f020024;
|
|
public static int nav_default_pop_exit_anim = 0x7f020025;
|
|
|
|
private animator() {
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes2.dex */
|
|
public static final class integer {
|
|
public static int config_navAnimTime = 0x7f0a0005;
|
|
|
|
private integer() {
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes2.dex */
|
|
public static final class string {
|
|
public static int dest_title = 0x7f110064;
|
|
public static int nav_app_bar_navigate_up_description = 0x7f1100ef;
|
|
public static int nav_app_bar_open_drawer_description = 0x7f1100f0;
|
|
|
|
private string() {
|
|
}
|
|
}
|
|
|
|
private R() {
|
|
}
|
|
}
|