mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 09:02:34 -06:00
80 lines
3.5 KiB
Java
80 lines
3.5 KiB
Java
package androidx.cardview;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class R {
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class attr {
|
|
public static int cardBackgroundColor = 0x7f03009b;
|
|
public static int cardCornerRadius = 0x7f03009c;
|
|
public static int cardElevation = 0x7f03009d;
|
|
public static int cardMaxElevation = 0x7f03009f;
|
|
public static int cardPreventCornerOverlap = 0x7f0300a0;
|
|
public static int cardUseCompatPadding = 0x7f0300a1;
|
|
public static int cardViewStyle = 0x7f0300a2;
|
|
public static int contentPadding = 0x7f030130;
|
|
public static int contentPaddingBottom = 0x7f030131;
|
|
public static int contentPaddingLeft = 0x7f030133;
|
|
public static int contentPaddingRight = 0x7f030134;
|
|
public static int contentPaddingTop = 0x7f030136;
|
|
|
|
private attr() {
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class color {
|
|
public static int cardview_dark_background = 0x7f05002d;
|
|
public static int cardview_light_background = 0x7f05002e;
|
|
public static int cardview_shadow_end_color = 0x7f05002f;
|
|
public static int cardview_shadow_start_color = 0x7f050030;
|
|
|
|
private color() {
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class dimen {
|
|
public static int cardview_compat_inset_shadow = 0x7f060052;
|
|
public static int cardview_default_elevation = 0x7f060053;
|
|
public static int cardview_default_radius = 0x7f060054;
|
|
|
|
private dimen() {
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class style {
|
|
public static int Base_CardView = 0x7f120010;
|
|
public static int CardView = 0x7f12011f;
|
|
public static int CardView_Dark = 0x7f120120;
|
|
public static int CardView_Light = 0x7f120121;
|
|
|
|
private style() {
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class styleable {
|
|
public static int[] CardView = {android.R.attr.minWidth, android.R.attr.minHeight, tech.rabbit.r1launcher.r1.R.attr.cardBackgroundColor, tech.rabbit.r1launcher.r1.R.attr.cardCornerRadius, tech.rabbit.r1launcher.r1.R.attr.cardElevation, tech.rabbit.r1launcher.r1.R.attr.cardMaxElevation, tech.rabbit.r1launcher.r1.R.attr.cardPreventCornerOverlap, tech.rabbit.r1launcher.r1.R.attr.cardUseCompatPadding, tech.rabbit.r1launcher.r1.R.attr.contentPadding, tech.rabbit.r1launcher.r1.R.attr.contentPaddingBottom, tech.rabbit.r1launcher.r1.R.attr.contentPaddingLeft, tech.rabbit.r1launcher.r1.R.attr.contentPaddingRight, tech.rabbit.r1launcher.r1.R.attr.contentPaddingTop};
|
|
public static int CardView_android_minHeight = 0x00000001;
|
|
public static int CardView_android_minWidth = 0x00000000;
|
|
public static int CardView_cardBackgroundColor = 0x00000002;
|
|
public static int CardView_cardCornerRadius = 0x00000003;
|
|
public static int CardView_cardElevation = 0x00000004;
|
|
public static int CardView_cardMaxElevation = 0x00000005;
|
|
public static int CardView_cardPreventCornerOverlap = 0x00000006;
|
|
public static int CardView_cardUseCompatPadding = 0x00000007;
|
|
public static int CardView_contentPadding = 0x00000008;
|
|
public static int CardView_contentPaddingBottom = 0x00000009;
|
|
public static int CardView_contentPaddingLeft = 0x0000000a;
|
|
public static int CardView_contentPaddingRight = 0x0000000b;
|
|
public static int CardView_contentPaddingTop = 0x0000000c;
|
|
|
|
private styleable() {
|
|
}
|
|
}
|
|
|
|
private R() {
|
|
}
|
|
}
|