diff options
author | Joe Robinson <joe@lc8n.com> | 2013-02-04 20:51:05 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2013-02-04 20:51:05 +0000 |
commit | eb7c5e7d7b332fb488658bb84066b0b3c516896e (patch) | |
tree | d89a251adb13bd9a45d1df945d60b91169ad10d5 /gen/com/lc8n | |
parent | da2df98f789f2531142835dc43566ccda9583c22 (diff) |
"Added http upload functionality
Diffstat (limited to 'gen/com/lc8n')
-rw-r--r-- | gen/com/lc8n/blauploader/R.java | 129 |
1 files changed, 8 insertions, 121 deletions
diff --git a/gen/com/lc8n/blauploader/R.java b/gen/com/lc8n/blauploader/R.java index 53065e1..33ff88c 100644 --- a/gen/com/lc8n/blauploader/R.java +++ b/gen/com/lc8n/blauploader/R.java @@ -9,39 +9,6 @@ package com.lc8n.blauploader; public final class R { public static final class attr { - /** <p>Must 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>". -<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 exampleColor=0x7f010002; - /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -<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 exampleDimension=0x7f010001; - /** <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 final int exampleDrawable=0x7f010003; - /** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -<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 exampleString=0x7f010000; } public static final class drawable { public static final int binary=0x7f020000; @@ -96,16 +63,14 @@ containing a value of this type. public static final int uploadlocation=0x7f07001d; } public static final class layout { - public static final int activity_main=0x7f030000; - public static final int browser=0x7f030001; - public static final int filerow=0x7f030002; - public static final int home=0x7f030003; - public static final int sample_file_list_view=0x7f030004; - public static final int share=0x7f030005; - public static final int share2=0x7f030006; - public static final int soundrecorder=0x7f030007; - public static final int upload=0x7f030008; - public static final int uploadlocation=0x7f030009; + public static final int browser=0x7f030000; + public static final int filerow=0x7f030001; + public static final int home=0x7f030002; + public static final int share=0x7f030003; + public static final int share2=0x7f030004; + public static final int soundrecorder=0x7f030005; + public static final int upload=0x7f030006; + public static final int uploadlocation=0x7f030007; } public static final class menu { public static final int activity_main=0x7f060000; @@ -126,82 +91,4 @@ containing a value of this type. */ public static final int LightTheme=0x7f050000; } - public static final class styleable { - /** Attributes that can be used with a FileListView. - <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 #FileListView_exampleColor com.lc8n.blauploader:exampleColor}</code></td><td></td></tr> - <tr><td><code>{@link #FileListView_exampleDimension com.lc8n.blauploader:exampleDimension}</code></td><td></td></tr> - <tr><td><code>{@link #FileListView_exampleDrawable com.lc8n.blauploader:exampleDrawable}</code></td><td></td></tr> - <tr><td><code>{@link #FileListView_exampleString com.lc8n.blauploader:exampleString}</code></td><td></td></tr> - </table> - @see #FileListView_exampleColor - @see #FileListView_exampleDimension - @see #FileListView_exampleDrawable - @see #FileListView_exampleString - */ - public static final int[] FileListView = { - 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003 - }; - /** - <p>This symbol is the offset where the {@link com.lc8n.blauploader.R.attr#exampleColor} - attribute's value can be found in the {@link #FileListView} array. - - - <p>Must 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>". -<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:exampleColor - */ - public static final int FileListView_exampleColor = 2; - /** - <p>This symbol is the offset where the {@link com.lc8n.blauploader.R.attr#exampleDimension} - attribute's value can be found in the {@link #FileListView} array. - - - <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -<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:exampleDimension - */ - public static final int FileListView_exampleDimension = 1; - /** - <p>This symbol is the offset where the {@link com.lc8n.blauploader.R.attr#exampleDrawable} - attribute's value can be found in the {@link #FileListView} 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 android:exampleDrawable - */ - public static final int FileListView_exampleDrawable = 3; - /** - <p>This symbol is the offset where the {@link com.lc8n.blauploader.R.attr#exampleString} - attribute's value can be found in the {@link #FileListView} array. - - - <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -<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:exampleString - */ - public static final int FileListView_exampleString = 0; - }; } |