📄 r.java
字号:
/* 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.pocketjourney.tutorials;
public final class R {
public static final class anim {
public static final int expand_up=0x7f040000;
public static final int magnify=0x7f040001;
public static final int popup_hide=0x7f040002;
public static final int popup_hide_initial=0x7f040003;
public static final int popup_show=0x7f040004;
public static final int shrink_down=0x7f040005;
}
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 resourceFocused=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 resourceNotFocused=0x7f010000;
/** <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 resourcePressed=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 textColorFocused=0x7f010004;
/** <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 textColorNotFocused=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 textColorPressed=0x7f010005;
}
public static final class drawable {
public static final int android_orange=0x7f02000e;
public static final int android_yellow=0x7f02000f;
public static final int black=0x7f020010;
public static final int bubble=0x7f020000;
public static final int button_bar_gradient=0x7f020001;
public static final int button_black_rounded_out=0x7f020002;
public static final int button_pause=0x7f020003;
public static final int button_play=0x7f020004;
public static final int empty=0x7f020005;
public static final int help=0x7f020006;
public static final int help_focused=0x7f020007;
public static final int help_pressed=0x7f020008;
public static final int icon=0x7f020009;
public static final int nav_bar_left_arrow=0x7f02000a;
public static final int nav_bar_right_arrow=0x7f02000b;
public static final int red=0x7f020011;
public static final int shadow=0x7f02000c;
public static final int white=0x7f02000d;
}
public static final class id {
public static final int button_click_me=0x7f06000a;
public static final int button_play=0x7f06000f;
public static final int button_stream=0x7f06000d;
public static final int button_view_tutorial_1=0x7f060000;
public static final int button_view_tutorial_2=0x7f060001;
public static final int button_view_tutorial_3=0x7f060002;
public static final int button_view_tutorial_4=0x7f060003;
public static final int button_view_tutorial_5=0x7f060004;
public static final int button_view_tutorial_6=0x7f060005;
public static final int city_map_view=0x7f060008;
public static final int hide_popup_button=0x7f060014;
public static final int home_container=0x7f060007;
public static final int image_only_button=0x7f060011;
public static final int location_description=0x7f060016;
public static final int location_name=0x7f060015;
public static final int map_location_viewer=0x7f06000b;
public static final int popup_window=0x7f060013;
public static final int progress_bar=0x7f06000e;
public static final int show_popup_button=0x7f060012;
public static final int text1=0x7f060006;
public static final int text_kb_streamed=0x7f06000c;
public static final int text_only_button=0x7f060010;
public static final int transparent_panel=0x7f060009;
}
public static final class layout {
public static final int main=0x7f030000;
public static final int row=0x7f030001;
public static final int tutorial1=0x7f030002;
public static final int tutorial2=0x7f030003;
public static final int tutorial3=0x7f030004;
public static final int tutorial4=0x7f030005;
public static final int tutorial5=0x7f030006;
public static final int tutorial6=0x7f030007;
}
public static final class string {
public static final int app_name=0x7f050000;
}
public static final class styleable {
/** Attributes that can be used with a ImageOnlyButton.
<p>Includes the following attributes:</p>
<table border="2" width="85%" align="center" frame="hsides" rules="all" cellpadding="5">
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute<th>Summary</tr>
<tr><th><code>{@link #ImageOnlyButton_resourceFocused com.pocketjourney.tutorials:resourceFocused}</code><td></tr>
<tr><th><code>{@link #ImageOnlyButton_resourceNotFocused com.pocketjourney.tutorials:resourceNotFocused}</code><td></tr>
<tr><th><code>{@link #ImageOnlyButton_resourcePressed com.pocketjourney.tutorials:resourcePressed}</code><td></tr>
</table>
@see #ImageOnlyButton_resourceFocused
@see #ImageOnlyButton_resourceNotFocused
@see #ImageOnlyButton_resourcePressed
*/
public static final int[] ImageOnlyButton = {
0x7f010000, 0x7f010001, 0x7f010002
};
/**
<p>This symbol is the offset where the {@link com.pocketjourney.tutorials.R.attr#resourceFocused}
attribute's value can be found in the {@link #ImageOnlyButton} 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:resourceFocused
*/
public static final int ImageOnlyButton_resourceFocused = 1;
/**
<p>This symbol is the offset where the {@link com.pocketjourney.tutorials.R.attr#resourceNotFocused}
attribute's value can be found in the {@link #ImageOnlyButton} 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:resourceNotFocused
*/
public static final int ImageOnlyButton_resourceNotFocused = 0;
/**
<p>This symbol is the offset where the {@link com.pocketjourney.tutorials.R.attr#resourcePressed}
attribute's value can be found in the {@link #ImageOnlyButton} 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:resourcePressed
*/
public static final int ImageOnlyButton_resourcePressed = 2;
/** Attributes that can be used with a TextOnlyButton.
<p>Includes the following attributes:</p>
<table border="2" width="85%" align="center" frame="hsides" rules="all" cellpadding="5">
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute<th>Summary</tr>
<tr><th><code>{@link #TextOnlyButton_textColorFocused com.pocketjourney.tutorials:textColorFocused}</code><td></tr>
<tr><th><code>{@link #TextOnlyButton_textColorNotFocused com.pocketjourney.tutorials:textColorNotFocused}</code><td></tr>
<tr><th><code>{@link #TextOnlyButton_textColorPressed com.pocketjourney.tutorials:textColorPressed}</code><td></tr>
</table>
@see #TextOnlyButton_textColorFocused
@see #TextOnlyButton_textColorNotFocused
@see #TextOnlyButton_textColorPressed
*/
public static final int[] TextOnlyButton = {
0x7f010003, 0x7f010004, 0x7f010005
};
/**
<p>This symbol is the offset where the {@link com.pocketjourney.tutorials.R.attr#textColorFocused}
attribute's value can be found in the {@link #TextOnlyButton} 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:textColorFocused
*/
public static final int TextOnlyButton_textColorFocused = 1;
/**
<p>This symbol is the offset where the {@link com.pocketjourney.tutorials.R.attr#textColorNotFocused}
attribute's value can be found in the {@link #TextOnlyButton} 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:textColorNotFocused
*/
public static final int TextOnlyButton_textColorNotFocused = 0;
/**
<p>This symbol is the offset where the {@link com.pocketjourney.tutorials.R.attr#textColorPressed}
attribute's value can be found in the {@link #TextOnlyButton} 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:textColorPressed
*/
public static final int TextOnlyButton_textColorPressed = 2;
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -