/* 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.soundcloud.android.crop;
public final class R {
public static final class attr {
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static int cropImageStyle=0x7f010000;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static int highlightColor=0x7f010001;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</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 int showCircle=0x7f010003;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>changing</code></td><td>0</td><td></td></tr>
<tr><td><code>always</code></td><td>1</td><td></td></tr>
<tr><td><code>never</code></td><td>2</td><td></td></tr>
</table>
*/
public static int showHandles=0x7f010004;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</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 int showThirds=0x7f010002;
}
public static final class color {
public static int crop__button_bar=0x7f060001;
public static int crop__button_text=0x7f060002;
public static int crop__selector_focused=0x7f060003;
public static int crop__selector_pressed=0x7f060000;
}
public static final class dimen {
public static int crop__bar_height=0x7f050000;
}
public static final class drawable {
public static int crop__divider=0x7f020000;
public static int crop__ic_cancel=0x7f020001;
public static int crop__ic_done=0x7f020002;
public static int crop__selectable_background=0x7f020003;
public static int crop__texture=0x7f020004;
public static int crop__tile=0x7f020005;
}
public static final class id {
public static int always=0x7f080000;
public static int btn_cancel=0x7f080005;
public static int btn_done=0x7f080006;
public static int changing=0x7f080001;
public static int crop_image=0x7f080004;
public static int done_cancel_bar=0x7f080003;
public static int never=0x7f080002;
}
public static final class layout {
public static int crop__activity_crop=0x7f030000;
public static int crop__layout_done_cancel=0x7f030001;
}
public static final class string {
public static int app_name=0x7f040005;
public static int crop__cancel=0x7f040000;
public static int crop__done=0x7f040001;
public static int crop__pick_error=0x7f040002;
public static int crop__saving=0x7f040003;
public static int crop__wait=0x7f040004;
}
public static final class style {
public static int Crop=0x7f070000;
public static int Crop_ActionButton=0x7f070001;
public static int Crop_ActionButtonText=0x7f070002;
public static int Crop_ActionButtonText_Cancel=0x7f070003;
public static int Crop_ActionButtonText_Done=0x7f070004;
public static int Crop_DoneCancelBar=0x7f070005;
}
public static final class styleable {
/** Attributes that can be used with a CropImageView.
<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 #CropImageView_highlightColor com.soundcloud.android.crop:highlightColor}</code></td><td></td></tr>
<tr><td><code>{@link #CropImageView_showCircle com.soundcloud.android.crop:showCircle}</code></td><td></td></tr>
<tr><td><code>{@link #CropImageView_showHandles com.soundcloud.android.crop:showHandles}</code></td><td></td></tr>
<tr><td><code>{@link #CropImageView_showThirds com.soundcloud.android.crop:showThirds}</code></td><td></td></tr>
</table>
@see #CropImageView_highlightColor
@see #CropImageView_showCircle
@see #CropImageView_showHandles
@see #CropImageView_showThirds
*/
public static final int[] CropImageView = {
0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004
};
/**
<p>This symbol is the offset where the {@link com.soundcloud.android.crop.R.attr#highlightColor}
attribute's value can be found in the {@link #CropImageView} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.soundcloud.android.crop:highlightColor
*/
public static int CropImageView_highlightColor = 0;
/**
<p>This symbol is the offset where the {@link com.soundcloud.android.crop.R.attr#showCircle}
attribute's value can be found in the {@link #CropImageView} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</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 com.soundcloud.android.crop:showCircle
*/
public static int CropImageView_showCircle = 2;
/**
<p>This symbol is the offset where the {@link com.soundcloud.android.crop.R.attr#showHandles}
attribute's value can be found in the {@link #CropImageView} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>changing</code></td><td>0</td><td></td></tr>
<tr><td><code>always</code></td><td>1</td><td></td></tr>
<tr><td><code>never</code></td><td>2</td><td></td></tr>
</table>
@attr name com.soundcloud.android.crop:showHandles
*/
public static int CropImageView_showHandles = 3;
/**
<p>This symbol is the offset where the {@link com.soundcloud.android.crop.R.attr#showThirds}
attribute's value can be found in the {@link #CropImageView} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</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 com.soundcloud.android.crop:showThirds
*/
public static int CropImageView_showThirds = 1;
};
}