com.jakewharton.hanselandgretel.R Maven / Gradle / Ivy
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.jakewharton.hanselandgretel;
public final class R {
public static final class attr {
/** Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
*/
public static final int hagDividerVertical=0x7f010000;
/**
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
*/
public static final int hagSelectableItemBackground=0x7f010001;
}
public static final class drawable {
public static final int hag__background_dark=0x7f020000;
public static final int hag__background_light=0x7f020001;
public static final int hag__divider_dark=0x7f020002;
public static final int hag__divider_light=0x7f020003;
public static final int hag__list_focused_holo=0x7f020004;
public static final int hag__list_longpressed_holo=0x7f020005;
public static final int hag__list_pressed_holo_dark=0x7f020006;
public static final int hag__list_pressed_holo_light=0x7f020007;
public static final int hag__list_selector_background_transition_holo_dark=0x7f020008;
public static final int hag__list_selector_background_transition_holo_light=0x7f020009;
public static final int hag__list_selector_disabled_holo_dark=0x7f02000a;
public static final int hag__list_selector_disabled_holo_light=0x7f02000b;
public static final int icon=0x7f02000c;
public static final int themed_background=0x7f02000d;
public static final int themed_divider=0x7f02000e;
public static final int themed_item_background=0x7f02000f;
}
public static final class id {
public static final int breadcrumbs=0x7f050000;
public static final int new_fragment=0x7f050002;
public static final int simple_fragment=0x7f050001;
}
public static final class layout {
public static final int hag__fragment_bread_crumb_item=0x7f030000;
public static final int hag__fragment_bread_crumbs=0x7f030001;
public static final int hello_world=0x7f030002;
public static final int sample_default=0x7f030003;
public static final int sample_styled=0x7f030004;
}
public static final class style {
public static final int Theme_HanselAndGretel_CustomStyle=0x7f040003;
public static final int Theme_HanselAndGretel_DefaultDark=0x7f040001;
public static final int Theme_HanselAndGretel_DefaultLight=0x7f040002;
public static final int Widget_HanselAndGretel_FragmentBreadCrumb=0x7f040000;
}
public static final class styleable {
/** Attributes that can be used with a FragmentBreadCrumb.
Includes the following attributes:
Attribute Description
{@link #FragmentBreadCrumb_hagDividerVertical com.jakewharton.hanselandgretel.sample:hagDividerVertical}
{@link #FragmentBreadCrumb_hagSelectableItemBackground com.jakewharton.hanselandgretel.sample:hagSelectableItemBackground}
@see #FragmentBreadCrumb_hagDividerVertical
@see #FragmentBreadCrumb_hagSelectableItemBackground
*/
public static final int[] FragmentBreadCrumb = {
0x7f010000, 0x7f010001
};
/**
This symbol is the offset where the {@link com.jakewharton.hanselandgretel.sample.R.attr#hagDividerVertical}
attribute's value can be found in the {@link #FragmentBreadCrumb} array.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
@attr name android:hagDividerVertical
*/
public static final int FragmentBreadCrumb_hagDividerVertical = 0;
/**
This symbol is the offset where the {@link com.jakewharton.hanselandgretel.sample.R.attr#hagSelectableItemBackground}
attribute's value can be found in the {@link #FragmentBreadCrumb} array.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
@attr name android:hagSelectableItemBackground
*/
public static final int FragmentBreadCrumb_hagSelectableItemBackground = 1;
};
}