/* 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 moontime.droid;
public final class R {
public static final class attr {
/** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int background_header=0x7f010001;
/** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int background_rows=0x7f010002;
/** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int background_selectedDay=0x7f010003;
/** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int text_size=0x7f010000;
}
public static final class color {
public static final int calendar_day_background=0x7f050001;
public static final int calendar_event_day_background=0x7f050002;
public static final int calendar_header_background=0x7f050000;
public static final int calendar_selected_day_background=0x7f050003;
public static final int calendar_slider_item=0x7f050004;
}
public static final class drawable {
public static final int background_border=0x7f020000;
public static final int background_fullmoon_default=0x7f020001;
public static final int background_fullmoon_yellow=0x7f020002;
public static final int background_newmoon_default=0x7f020003;
public static final int background_newmoon_yellow=0x7f020004;
public static final int clock_add=0x7f020005;
public static final int clock_delete=0x7f020006;
public static final int clock_reset=0x7f020007;
public static final int fullmoon=0x7f020008;
public static final int icon=0x7f020009;
public static final int icon_org=0x7f02000a;
}
public static final class id {
public static final int Cancel=0x7f09000b;
public static final int Submit=0x7f09000a;
public static final int calendar_calendarView=0x7f090003;
public static final int calendar_month_slider=0x7f090002;
public static final int calendar_text_moons=0x7f090004;
public static final int calendar_text_selectedDay=0x7f090005;
public static final int calendar_year_slider=0x7f090001;
public static final int clearChecks=0x7f090012;
public static final int datePattern=0x7f090006;
public static final int debug_AddTimeButton=0x7f090010;
public static final int debug_RemoveTimeButton=0x7f090011;
public static final int debug_ResetTimeButton=0x7f09000f;
public static final int layout_calendar=0x7f090000;
public static final int moonPic=0x7f09000d;
public static final int newReminderText=0x7f090009;
public static final int nextMoons=0x7f09000e;
public static final int save_button=0x7f090008;
public static final int switchLists=0x7f09000c;
public static final int themeSpinner=0x7f090007;
}
public static final class layout {
public static final int calendar_layout=0x7f030000;
public static final int configuration_layout=0x7f030001;
public static final int new_reminder_dialog=0x7f030002;
public static final int reminder_layout=0x7f030003;
public static final int tab_layout=0x7f030004;
public static final int widget_layout=0x7f030005;
}
public static final class menu {
public static final int reminders_menu=0x7f080000;
}
public static final class string {
public static final int app_name=0x7f060000;
public static final int conf_default_datePattern=0x7f060004;
public static final int conf_label_datePattern=0x7f060002;
public static final int conf_label_theme=0x7f060003;
public static final int ok=0x7f060001;
}
public static final class style {
public static final int Config=0x7f070001;
public static final int Config_Label=0x7f070002;
/** visible/gone
*/
public static final int DebugButton=0x7f070003;
/** removes the gradient on top of the tab-titles
*/
public static final int Theme_Tabs=0x7f070000;
}
public static final class xml {
public static final int widget_provider=0x7f040000;
}
public static final class styleable {
/** Attributes that can be used with a CalendarView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #CalendarView_background_header moontime.droid:background_header}</code></td><td></td></tr>
<tr><td><code>{@link #CalendarView_background_rows moontime.droid:background_rows}</code></td><td></td></tr>
<tr><td><code>{@link #CalendarView_background_selectedDay moontime.droid:background_selectedDay}</code></td><td></td></tr>
<tr><td><code>{@link #CalendarView_text_size moontime.droid:text_size}</code></td><td></td></tr>
</table>
@see #CalendarView_background_header
@see #CalendarView_background_rows
@see #CalendarView_background_selectedDay
@see #CalendarView_text_size
*/
public static final int[] CalendarView = {
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003
};
/**
<p>This symbol is the offset where the {@link moontime.droid.R.attr#background_header}
attribute's value can be found in the {@link #CalendarView} array.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name android:background_header
*/
public static final int CalendarView_background_header = 1;
/**
<p>This symbol is the offset where the {@link moontime.droid.R.attr#background_rows}
attribute's value can be found in the {@link #CalendarView} array.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name android:background_rows
*/
public static final int CalendarView_background_rows = 2;
/**
<p>This symbol is the offset where the {@link moontime.droid.R.attr#background_selectedDay}
attribute's value can be found in the {@link #CalendarView} array.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name android:background_selectedDay
*/
public static final int CalendarView_background_selectedDay = 3;
/**
<p>This symbol is the offset where the {@link moontime.droid.R.attr#text_size}
attribute's value can be found in the {@link #CalendarView} array.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name android:text_size
*/
public static final int CalendarView_text_size = 0;
/** Attributes that can be used with a InfiniteSlider.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #InfiniteSlider_text_size moontime.droid:text_size}</code></td><td></td></tr>
</table>
@see #InfiniteSlider_text_size
*/
public static final int[] InfiniteSlider = {
0x7f010000
};
/**
<p>This symbol is the offset where the {@link moontime.droid.R.attr#text_size}
attribute's value can be found in the {@link #InfiniteSlider} array.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name android:text_size
*/
public static final int InfiniteSlider_text_size = 0;
};
}