/* 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 python.filechooser;
public final class R {
public static final class attr {
/** <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>standard</code></td><td>0</td><td></td></tr>
<tr><td><code>grow</code></td><td>1</td><td></td></tr>
<tr><td><code>cards</code></td><td>2</td><td></td></tr>
<tr><td><code>curl</code></td><td>3</td><td></td></tr>
<tr><td><code>wave</code></td><td>4</td><td></td></tr>
<tr><td><code>flip</code></td><td>5</td><td></td></tr>
<tr><td><code>fly</code></td><td>6</td><td></td></tr>
<tr><td><code>reverse_fly</code></td><td>7</td><td></td></tr>
<tr><td><code>helix</code></td><td>8</td><td></td></tr>
<tr><td><code>fan</code></td><td>9</td><td></td></tr>
<tr><td><code>tilt</code></td><td>10</td><td></td></tr>
<tr><td><code>zipper</code></td><td>11</td><td></td></tr>
<tr><td><code>fade</code></td><td>12</td><td></td></tr>
<tr><td><code>twirl</code></td><td>13</td><td></td></tr>
<tr><td><code>slide_in</code></td><td>14</td><td></td></tr>
</table>
*/
public static int effect=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 int max_velocity=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 only_animate_fling=0x7f010002;
/** <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 only_animate_new_items=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 simulate_grid_with_list=0x7f010003;
}
public static final class bool {
public static int use_activity=0x7f060000;
public static int use_provider=0x7f060001;
}
public static final class dimen {
public static int list_item_padding=0x7f070001;
public static int list_padding=0x7f070000;
}
public static final class drawable {
public static int ic_chooser=0x7f020000;
public static int ic_file=0x7f020001;
public static int ic_folder=0x7f020002;
public static int ic_provider=0x7f020003;
}
public static final class id {
public static int cards=0x7f050002;
public static int curl=0x7f050003;
public static int fade=0x7f05000c;
public static int fan=0x7f050009;
public static int flip=0x7f050005;
public static int fly=0x7f050006;
public static int grow=0x7f050001;
public static int helix=0x7f050008;
public static int iv_drawable=0x7f05000f;
public static int reverse_fly=0x7f050007;
public static int slide_in=0x7f05000e;
public static int standard=0x7f050000;
public static int tilt=0x7f05000a;
public static int twirl=0x7f05000d;
public static int wave=0x7f050004;
public static int zipper=0x7f05000b;
}
public static final class layout {
public static int file=0x7f030000;
public static int file_list=0x7f030001;
}
public static final class string {
public static int choose_file=0x7f080002;
public static int empty_directory=0x7f080000;
public static int error_selecting_file=0x7f080003;
public static int internal_storage=0x7f080004;
public static int storage_removed=0x7f080001;
}
public static final class style {
public static int fileChooserName=0x7f090000;
}
public static final class xml {
public static int mimetypes=0x7f040000;
}
public static final class styleable {
/** Attributes that can be used with a JazzyListView.
<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 #JazzyListView_effect python.filechooser:effect}</code></td><td></td></tr>
<tr><td><code>{@link #JazzyListView_max_velocity python.filechooser:max_velocity}</code></td><td></td></tr>
<tr><td><code>{@link #JazzyListView_only_animate_fling python.filechooser:only_animate_fling}</code></td><td></td></tr>
<tr><td><code>{@link #JazzyListView_only_animate_new_items python.filechooser:only_animate_new_items}</code></td><td></td></tr>
<tr><td><code>{@link #JazzyListView_simulate_grid_with_list python.filechooser:simulate_grid_with_list}</code></td><td></td></tr>
</table>
@see #JazzyListView_effect
@see #JazzyListView_max_velocity
@see #JazzyListView_only_animate_fling
@see #JazzyListView_only_animate_new_items
@see #JazzyListView_simulate_grid_with_list
*/
public static final int[] JazzyListView = {
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
0x7f010004
};
/**
<p>This symbol is the offset where the {@link python.filechooser.R.attr#effect}
attribute's value can be found in the {@link #JazzyListView} 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>standard</code></td><td>0</td><td></td></tr>
<tr><td><code>grow</code></td><td>1</td><td></td></tr>
<tr><td><code>cards</code></td><td>2</td><td></td></tr>
<tr><td><code>curl</code></td><td>3</td><td></td></tr>
<tr><td><code>wave</code></td><td>4</td><td></td></tr>
<tr><td><code>flip</code></td><td>5</td><td></td></tr>
<tr><td><code>fly</code></td><td>6</td><td></td></tr>
<tr><td><code>reverse_fly</code></td><td>7</td><td></td></tr>
<tr><td><code>helix</code></td><td>8</td><td></td></tr>
<tr><td><code>fan</code></td><td>9</td><td></td></tr>
<tr><td><code>tilt</code></td><td>10</td><td></td></tr>
<tr><td><code>zipper</code></td><td>11</td><td></td></tr>
<tr><td><code>fade</code></td><td>12</td><td></td></tr>
<tr><td><code>twirl</code></td><td>13</td><td></td></tr>
<tr><td><code>slide_in</code></td><td>14</td><td></td></tr>
</table>
@attr name python.filechooser:effect
*/
public static final int JazzyListView_effect = 0;
/**
<p>This symbol is the offset where the {@link python.filechooser.R.attr#max_velocity}
attribute's value can be found in the {@link #JazzyListView} 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 python.filechooser:max_velocity
*/
public static final int JazzyListView_max_velocity = 4;
/**
<p>This symbol is the offset where the {@link python.filechooser.R.attr#only_animate_fling}
attribute's value can be found in the {@link #JazzyListView} 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 python.filechooser:only_animate_fling
*/
public static final int JazzyListView_only_animate_fling = 2;
/**
<p>This symbol is the offset where the {@link python.filechooser.R.attr#only_animate_new_items}
attribute's value can be found in the {@link #JazzyListView} 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 python.filechooser:only_animate_new_items
*/
public static final int JazzyListView_only_animate_new_items = 1;
/**
<p>This symbol is the offset where the {@link python.filechooser.R.attr#simulate_grid_with_list}
attribute's value can be found in the {@link #JazzyListView} 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 python.filechooser:simulate_grid_with_list
*/
public static final int JazzyListView_simulate_grid_with_list = 3;
};
}