/* 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 net.spherIC.recurvebowsight; public final class R { public static final class anim { public static final int in_from_left=0x7f040000; public static final int in_from_right=0x7f040001; public static final int out_to_left=0x7f040002; public static final int out_to_right=0x7f040003; } public static final class attr { /**
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int drawBorder=0x7f010000;
/**
Must be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int drawBorderColor=0x7f010002;
/**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
*/
public static final int drawBorderWidth=0x7f010001;
}
public static final class color {
public static final int black=0x7f050002;
public static final int semi_translucent_black=0x7f050001;
public static final int translucent=0x7f050000;
public static final int white=0x7f050004;
public static final int yellow=0x7f050003;
}
public static final class drawable {
public static final int bg=0x7f020000;
public static final int bg_about=0x7f020001;
public static final int btn_default_normal=0x7f020002;
public static final int btn_fs=0x7f020003;
public static final int dropdown_fs=0x7f020004;
public static final int glassbg_black=0x7f020005;
public static final int glassbutton_disabled=0x7f020006;
public static final int glassbutton_focused=0x7f020007;
public static final int glassbutton_normal=0x7f020008;
public static final int glassbutton_pressed=0x7f020009;
public static final int glassdropdown_focused=0x7f02000a;
public static final int glassdropdown_normal=0x7f02000b;
public static final int glassdropdown_pressed=0x7f02000c;
public static final int gradient_view=0x7f02000d;
public static final int ic_action_search=0x7f02000e;
public static final int ic_launcher=0x7f02000f;
public static final int z_selector_background=0x7f020010;
public static final int z_selector_background_focused=0x7f020011;
public static final int z_selector_background_pressed=0x7f020012;
}
public static final class id {
public static final int EditText01=0x7f090003;
public static final int EditText02=0x7f090004;
public static final int EditText03=0x7f090005;
public static final int EditText04=0x7f090006;
public static final int EditText05=0x7f090007;
public static final int EditText06=0x7f090008;
public static final int EditText07=0x7f090009;
public static final int EditText08=0x7f09000a;
public static final int EditText09=0x7f09000b;
public static final int EditText10=0x7f09000c;
public static final int EditText11=0x7f09000d;
public static final int EditText12=0x7f09000e;
public static final int EditText13=0x7f09000f;
public static final int EditText14=0x7f090010;
public static final int EditText15=0x7f090011;
public static final int EditText16=0x7f090012;
public static final int EditText17=0x7f090013;
public static final int EditText18=0x7f090014;
public static final int ballisticResults=0x7f090015;
public static final int editText2=0x7f090016;
public static final int editText3=0x7f090018;
public static final int inputParams=0x7f090002;
public static final int menu_settings=0x7f090019;
public static final int scrollView1=0x7f090001;
public static final int sightConfig=0x7f090017;
public static final int viewFlipper=0x7f090000;
}
public static final class layout {
public static final int rbs_main=0x7f030000;
}
public static final class menu {
public static final int rbs_main=0x7f080000;
}
public static final class string {
public static final int app_name=0x7f060000;
public static final int hello_world=0x7f060001;
public static final int menu_settings=0x7f060002;
public static final int title_rbs_main_activity=0x7f060003;
}
public static final class style {
public static final int GlassDropdownItem=0x7f070000;
public static final int GlassTheme=0x7f070001;
public static final int GlassThemeDialog=0x7f070002;
}
public static final class styleable {
/** Attributes that can be used with a XTextView.
Includes the following attributes:
| Attribute | Description |
|---|---|
{@link #XTextView_drawBorder net.spherIC.recurvebowsight:drawBorder} | |
{@link #XTextView_drawBorderColor net.spherIC.recurvebowsight:drawBorderColor} | |
{@link #XTextView_drawBorderWidth net.spherIC.recurvebowsight:drawBorderWidth} |
This symbol is the offset where the {@link net.spherIC.recurvebowsight.R.attr#drawBorder} attribute's value can be found in the {@link #XTextView} array.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:drawBorder
*/
public static final int XTextView_drawBorder = 0;
/**
This symbol is the offset where the {@link net.spherIC.recurvebowsight.R.attr#drawBorderColor} attribute's value can be found in the {@link #XTextView} array.
Must be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:drawBorderColor
*/
public static final int XTextView_drawBorderColor = 2;
/**
This symbol is the offset where the {@link net.spherIC.recurvebowsight.R.attr#drawBorderWidth} attribute's value can be found in the {@link #XTextView} array.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
@attr name android:drawBorderWidth
*/
public static final int XTextView_drawBorderWidth = 1;
};
}