mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 00:52:31 -06:00
47 lines
1.6 KiB
Java
47 lines
1.6 KiB
Java
|
package androidx.navigation;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class R {
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public static final class attr {
|
||
|
public static int action = 0x7f030000;
|
||
|
public static int data = 0x7f03015b;
|
||
|
public static int dataPattern = 0x7f03015c;
|
||
|
public static int graph = 0x7f030215;
|
||
|
public static int navGraph = 0x7f030352;
|
||
|
public static int targetPackage = 0x7f030437;
|
||
|
|
||
|
private attr() {
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public static final class id {
|
||
|
public static int nav_controller_view_tag = 0x7f090160;
|
||
|
|
||
|
private id() {
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public static final class styleable {
|
||
|
public static int ActivityNavigator_action = 0x00000001;
|
||
|
public static int ActivityNavigator_android_name = 0x00000000;
|
||
|
public static int ActivityNavigator_data = 0x00000002;
|
||
|
public static int ActivityNavigator_dataPattern = 0x00000003;
|
||
|
public static int ActivityNavigator_targetPackage = 0x00000004;
|
||
|
public static int NavHost_navGraph;
|
||
|
public static int NavInclude_graph;
|
||
|
public static int[] ActivityNavigator = {android.R.attr.name, tech.rabbit.r1launcher.r1.R.attr.action, tech.rabbit.r1launcher.r1.R.attr.data, tech.rabbit.r1launcher.r1.R.attr.dataPattern, tech.rabbit.r1launcher.r1.R.attr.targetPackage};
|
||
|
public static int[] NavHost = {tech.rabbit.r1launcher.r1.R.attr.navGraph};
|
||
|
public static int[] NavInclude = {tech.rabbit.r1launcher.r1.R.attr.graph};
|
||
|
|
||
|
private styleable() {
|
||
|
}
|
||
|
}
|
||
|
|
||
|
private R() {
|
||
|
}
|
||
|
}
|