/* 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.triggertrap.seekarc; public final class R { public static final class attr { /**
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 int arcColor=0x7f010009;
/**
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 int arcWidth=0x7f010004;
/**
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 int clockwise=0x7f01000d;
/**
Must be an integer value, such as "100
".
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 int max=0x7f010002;
/**
Must be an integer value, such as "100
".
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 int progress=0x7f010005;
/**
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 int progressColor=0x7f01000a;
/**
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 int progressWidth=0x7f010003;
/**
Must be an integer value, such as "100
".
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 int rotation=0x7f010006;
/**
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 int roundEdges=0x7f01000b;
/**
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 int seekArcStyle=0x7f01000e;
/**
Must be an integer value, such as "100
".
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 int startAngle=0x7f010007;
/**
Must be an integer value, such as "100
".
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 int sweepAngle=0x7f010008;
/**
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 int thumb=0x7f010000;
/**
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 int thumbOffset=0x7f010001;
/**
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 int touchInside=0x7f01000c;
}
public static final class color {
public static int progress_gray=0x7f030000;
public static int progress_gray_dark=0x7f030001;
}
public static final class drawable {
public static int scrubber_control_disabled_holo=0x7f020000;
public static int scrubber_control_focused_holo=0x7f020001;
public static int scrubber_control_normal_holo=0x7f020002;
public static int scrubber_control_pressed_holo=0x7f020003;
public static int seek_arc_control_selector=0x7f020004;
}
public static final class string {
public static int app_name=0x7f040000;
}
public static final class style {
public static int SeekArc=0x7f050000;
public static int SeekArcLight=0x7f050001;
}
public static final class styleable {
/** Attributes that can be used with a SeekArc.
Includes the following attributes:
Attribute | Description |
---|---|
{@link #SeekArc_arcColor com.triggertrap.seekarc:arcColor} | |
{@link #SeekArc_arcWidth com.triggertrap.seekarc:arcWidth} | |
{@link #SeekArc_clockwise com.triggertrap.seekarc:clockwise} | |
{@link #SeekArc_max com.triggertrap.seekarc:max} | |
{@link #SeekArc_progress com.triggertrap.seekarc:progress} | |
{@link #SeekArc_progressColor com.triggertrap.seekarc:progressColor} | |
{@link #SeekArc_progressWidth com.triggertrap.seekarc:progressWidth} | |
{@link #SeekArc_rotation com.triggertrap.seekarc:rotation} | |
{@link #SeekArc_roundEdges com.triggertrap.seekarc:roundEdges} | |
{@link #SeekArc_startAngle com.triggertrap.seekarc:startAngle} | |
{@link #SeekArc_sweepAngle com.triggertrap.seekarc:sweepAngle} | |
{@link #SeekArc_thumb com.triggertrap.seekarc:thumb} | |
{@link #SeekArc_thumbOffset com.triggertrap.seekarc:thumbOffset} | |
{@link #SeekArc_touchInside com.triggertrap.seekarc:touchInside} |
This symbol is the offset where the {@link com.triggertrap.seekarc.R.attr#arcColor} attribute's value can be found in the {@link #SeekArc} 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 com.triggertrap.seekarc:arcColor
*/
public static final int SeekArc_arcColor = 9;
/**
This symbol is the offset where the {@link com.triggertrap.seekarc.R.attr#arcWidth} attribute's value can be found in the {@link #SeekArc} 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 com.triggertrap.seekarc:arcWidth
*/
public static final int SeekArc_arcWidth = 4;
/**
This symbol is the offset where the {@link com.triggertrap.seekarc.R.attr#clockwise} attribute's value can be found in the {@link #SeekArc} 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 com.triggertrap.seekarc:clockwise
*/
public static final int SeekArc_clockwise = 13;
/**
This symbol is the offset where the {@link com.triggertrap.seekarc.R.attr#max} attribute's value can be found in the {@link #SeekArc} array.
Must be an integer value, such as "100
".
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 com.triggertrap.seekarc:max
*/
public static final int SeekArc_max = 2;
/**
This symbol is the offset where the {@link com.triggertrap.seekarc.R.attr#progress} attribute's value can be found in the {@link #SeekArc} array.
Must be an integer value, such as "100
".
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 com.triggertrap.seekarc:progress
*/
public static final int SeekArc_progress = 5;
/**
This symbol is the offset where the {@link com.triggertrap.seekarc.R.attr#progressColor} attribute's value can be found in the {@link #SeekArc} 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 com.triggertrap.seekarc:progressColor
*/
public static final int SeekArc_progressColor = 10;
/**
This symbol is the offset where the {@link com.triggertrap.seekarc.R.attr#progressWidth} attribute's value can be found in the {@link #SeekArc} 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 com.triggertrap.seekarc:progressWidth
*/
public static final int SeekArc_progressWidth = 3;
/**
This symbol is the offset where the {@link com.triggertrap.seekarc.R.attr#rotation} attribute's value can be found in the {@link #SeekArc} array.
Must be an integer value, such as "100
".
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 com.triggertrap.seekarc:rotation
*/
public static final int SeekArc_rotation = 6;
/**
This symbol is the offset where the {@link com.triggertrap.seekarc.R.attr#roundEdges} attribute's value can be found in the {@link #SeekArc} 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 com.triggertrap.seekarc:roundEdges
*/
public static final int SeekArc_roundEdges = 11;
/**
This symbol is the offset where the {@link com.triggertrap.seekarc.R.attr#startAngle} attribute's value can be found in the {@link #SeekArc} array.
Must be an integer value, such as "100
".
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 com.triggertrap.seekarc:startAngle
*/
public static final int SeekArc_startAngle = 7;
/**
This symbol is the offset where the {@link com.triggertrap.seekarc.R.attr#sweepAngle} attribute's value can be found in the {@link #SeekArc} array.
Must be an integer value, such as "100
".
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 com.triggertrap.seekarc:sweepAngle
*/
public static final int SeekArc_sweepAngle = 8;
/**
This symbol is the offset where the {@link com.triggertrap.seekarc.R.attr#thumb} attribute's value can be found in the {@link #SeekArc} 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 com.triggertrap.seekarc:thumb
*/
public static final int SeekArc_thumb = 0;
/**
This symbol is the offset where the {@link com.triggertrap.seekarc.R.attr#thumbOffset} attribute's value can be found in the {@link #SeekArc} 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 com.triggertrap.seekarc:thumbOffset
*/
public static final int SeekArc_thumbOffset = 1;
/**
This symbol is the offset where the {@link com.triggertrap.seekarc.R.attr#touchInside} attribute's value can be found in the {@link #SeekArc} 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 com.triggertrap.seekarc:touchInside
*/
public static final int SeekArc_touchInside = 12;
/** Attributes that can be used with a SeekArcTheme.
Includes the following attributes:
Attribute | Description |
---|---|
{@link #SeekArcTheme_seekArcStyle com.triggertrap.seekarc:seekArcStyle} |
This symbol is the offset where the {@link com.triggertrap.seekarc.R.attr#seekArcStyle} attribute's value can be found in the {@link #SeekArcTheme} 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 com.triggertrap.seekarc:seekArcStyle
*/
public static final int SeekArcTheme_seekArcStyle = 0;
};
}