Skip to content

Commit 91bb63b

Browse files
author
jfeinstein10
committed
Initial push to GitHub!
1 parent 39b8cbc commit 91bb63b

File tree

101 files changed

+6480
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+6480
-0
lines changed

example/.classpath

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="src" path="gen"/>
5+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7+
<classpathentry kind="output" path="bin/classes"/>
8+
</classpath>

example/.project

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>example</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.jdt.core.javabuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
</buildSpec>
29+
<natures>
30+
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
31+
<nature>org.eclipse.jdt.core.javanature</nature>
32+
</natures>
33+
</projectDescription>

example/AndroidManifest.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
package="com.slidingmenu.example"
4+
android:versionCode="1"
5+
android:versionName="1.0" >
6+
7+
<uses-sdk android:minSdkVersion="1" android:targetSdkVersion="14"/>
8+
9+
<application
10+
android:icon="@drawable/ic_launcher"
11+
android:label="@string/app_name" >
12+
<activity
13+
android:name=".ExampleActivity"
14+
android:label="@string/app_name" >
15+
<intent-filter>
16+
<action android:name="android.intent.action.MAIN" />
17+
18+
<category android:name="android.intent.category.LAUNCHER" />
19+
</intent-filter>
20+
</activity>
21+
</application>
22+
23+
</manifest>

example/bin/classes.dex

317 KB
Binary file not shown.

example/bin/example.apk

204 KB
Binary file not shown.

example/bin/jarlist.cache

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# cache for current jar dependecy. DO NOT EDIT.
2+
# format is <lastModified> <length> <SHA-1> <path>
3+
# Encoding is UTF-8
8.98 KB
Loading
2.6 KB
Loading
4.94 KB
Loading
13.7 KB
Loading
4.94 KB
Loading

example/bin/resources.ap_

67.8 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/** Automatically generated file. DO NOT MODIFY */
2+
package com.slidingmenu.example;
3+
4+
public final class BuildConfig {
5+
public final static boolean DEBUG = true;
6+
}
Lines changed: 202 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,202 @@
1+
/* AUTO-GENERATED FILE. DO NOT MODIFY.
2+
*
3+
* This class was automatically generated by the
4+
* aapt tool from the resource data it found. It
5+
* should not be modified by hand.
6+
*/
7+
8+
package com.slidingmenu.example;
9+
10+
public final class R {
11+
public static final class attr {
12+
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
13+
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
14+
*/
15+
public static final int actionbarCompatItemHomeStyle=0x7f010002;
16+
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
17+
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
18+
*/
19+
public static final int actionbarCompatItemStyle=0x7f010001;
20+
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
21+
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
22+
*/
23+
public static final int actionbarCompatProgressIndicatorStyle=0x7f010003;
24+
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
25+
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
26+
*/
27+
public static final int actionbarCompatTitleStyle=0x7f010000;
28+
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
29+
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
30+
*/
31+
public static final int borderDrawable=0x7f010005;
32+
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
33+
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
34+
*/
35+
public static final int maskDrawable=0x7f010004;
36+
}
37+
public static final class color {
38+
public static final int actionbar_title_color=0x7f040000;
39+
}
40+
public static final class dimen {
41+
public static final int actionbar_compat_button_home_width=0x7f050002;
42+
public static final int actionbar_compat_button_width=0x7f050001;
43+
public static final int actionbar_compat_height=0x7f050000;
44+
public static final int actionbar_height=0x7f050004;
45+
public static final int actionbar_home_width=0x7f050003;
46+
}
47+
public static final class drawable {
48+
public static final int actionbar_compat_item=0x7f020000;
49+
public static final int actionbar_compat_item_focused=0x7f020001;
50+
public static final int actionbar_compat_item_pressed=0x7f020002;
51+
public static final int actionbar_shadow=0x7f020003;
52+
public static final int ic_action_refresh=0x7f020004;
53+
public static final int ic_action_search=0x7f020005;
54+
public static final int ic_action_share=0x7f020006;
55+
public static final int ic_home=0x7f020007;
56+
public static final int ic_launcher=0x7f020008;
57+
public static final int ic_menu_share=0x7f020009;
58+
}
59+
public static final class id {
60+
public static final int actionbar_compat=0x7f060000;
61+
public static final int actionbar_compat_item_refresh=0x7f060003;
62+
public static final int actionbar_compat_item_refresh_progress=0x7f060002;
63+
public static final int actionbar_compat_title=0x7f060001;
64+
public static final int button=0x7f060007;
65+
public static final int logo=0x7f060005;
66+
public static final int logo2=0x7f060006;
67+
public static final int menu_refresh=0x7f060004;
68+
public static final int menu_search=0x7f06000d;
69+
public static final int menu_share=0x7f06000e;
70+
public static final int slidingmenubehind=0x7f060009;
71+
public static final int slidingmenulayout=0x7f060008;
72+
public static final int slidingmenupager=0x7f06000a;
73+
public static final int slidingmenurowicon=0x7f06000b;
74+
public static final int slidingmenurowtitle=0x7f06000c;
75+
}
76+
public static final class layout {
77+
public static final int actionbar_compat=0x7f030000;
78+
public static final int actionbar_indeterminate_progress=0x7f030001;
79+
public static final int main=0x7f030002;
80+
public static final int main2=0x7f030003;
81+
public static final int slidingmenumain=0x7f030004;
82+
public static final int slidingmenurow=0x7f030005;
83+
}
84+
public static final class menu {
85+
public static final int main=0x7f090000;
86+
}
87+
public static final class string {
88+
public static final int alternate_title=0x7f070001;
89+
public static final int app_name=0x7f070000;
90+
public static final int hello=0x7f070006;
91+
public static final int menu_refresh=0x7f070003;
92+
public static final int menu_search=0x7f070004;
93+
public static final int menu_share=0x7f070005;
94+
public static final int toggle_title=0x7f070002;
95+
}
96+
public static final class style {
97+
public static final int ActionBarCompat=0x7f080001;
98+
public static final int ActionBarCompatHomeItem=0x7f080007;
99+
public static final int ActionBarCompatItem=0x7f080006;
100+
public static final int ActionBarCompatItemBase=0x7f080002;
101+
public static final int ActionBarCompatProgressIndicator=0x7f080003;
102+
public static final int ActionBarCompatTitle=0x7f080005;
103+
public static final int ActionBarCompatTitleBase=0x7f080004;
104+
public static final int AppTheme=0x7f080000;
105+
}
106+
public static final class styleable {
107+
/** Attributes that can be used with a AppTheme.
108+
<p>Includes the following attributes:</p>
109+
<table>
110+
<colgroup align="left" />
111+
<colgroup align="left" />
112+
<tr><th>Attribute</th><th>Description</th></tr>
113+
<tr><td><code>{@link #AppTheme_actionbarCompatItemHomeStyle com.slidingmenu.example:actionbarCompatItemHomeStyle}</code></td><td></td></tr>
114+
<tr><td><code>{@link #AppTheme_actionbarCompatItemStyle com.slidingmenu.example:actionbarCompatItemStyle}</code></td><td></td></tr>
115+
<tr><td><code>{@link #AppTheme_actionbarCompatProgressIndicatorStyle com.slidingmenu.example:actionbarCompatProgressIndicatorStyle}</code></td><td></td></tr>
116+
<tr><td><code>{@link #AppTheme_actionbarCompatTitleStyle com.slidingmenu.example:actionbarCompatTitleStyle}</code></td><td></td></tr>
117+
</table>
118+
@see #AppTheme_actionbarCompatItemHomeStyle
119+
@see #AppTheme_actionbarCompatItemStyle
120+
@see #AppTheme_actionbarCompatProgressIndicatorStyle
121+
@see #AppTheme_actionbarCompatTitleStyle
122+
*/
123+
public static final int[] AppTheme = {
124+
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003
125+
};
126+
/**
127+
<p>This symbol is the offset where the {@link com.slidingmenu.example.R.attr#actionbarCompatItemHomeStyle}
128+
attribute's value can be found in the {@link #AppTheme} array.
129+
130+
131+
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
132+
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
133+
@attr name android:actionbarCompatItemHomeStyle
134+
*/
135+
public static final int AppTheme_actionbarCompatItemHomeStyle = 2;
136+
/**
137+
<p>This symbol is the offset where the {@link com.slidingmenu.example.R.attr#actionbarCompatItemStyle}
138+
attribute's value can be found in the {@link #AppTheme} array.
139+
140+
141+
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
142+
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
143+
@attr name android:actionbarCompatItemStyle
144+
*/
145+
public static final int AppTheme_actionbarCompatItemStyle = 1;
146+
/**
147+
<p>This symbol is the offset where the {@link com.slidingmenu.example.R.attr#actionbarCompatProgressIndicatorStyle}
148+
attribute's value can be found in the {@link #AppTheme} array.
149+
150+
151+
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
152+
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
153+
@attr name android:actionbarCompatProgressIndicatorStyle
154+
*/
155+
public static final int AppTheme_actionbarCompatProgressIndicatorStyle = 3;
156+
/**
157+
<p>This symbol is the offset where the {@link com.slidingmenu.example.R.attr#actionbarCompatTitleStyle}
158+
attribute's value can be found in the {@link #AppTheme} array.
159+
160+
161+
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
162+
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
163+
@attr name android:actionbarCompatTitleStyle
164+
*/
165+
public static final int AppTheme_actionbarCompatTitleStyle = 0;
166+
/** Attributes that can be used with a BezelImageView.
167+
<p>Includes the following attributes:</p>
168+
<table>
169+
<colgroup align="left" />
170+
<colgroup align="left" />
171+
<tr><th>Attribute</th><th>Description</th></tr>
172+
<tr><td><code>{@link #BezelImageView_borderDrawable com.slidingmenu.example:borderDrawable}</code></td><td></td></tr>
173+
<tr><td><code>{@link #BezelImageView_maskDrawable com.slidingmenu.example:maskDrawable}</code></td><td></td></tr>
174+
</table>
175+
@see #BezelImageView_borderDrawable
176+
@see #BezelImageView_maskDrawable
177+
*/
178+
public static final int[] BezelImageView = {
179+
0x7f010004, 0x7f010005
180+
};
181+
/**
182+
<p>This symbol is the offset where the {@link com.slidingmenu.example.R.attr#borderDrawable}
183+
attribute's value can be found in the {@link #BezelImageView} array.
184+
185+
186+
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
187+
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
188+
@attr name android:borderDrawable
189+
*/
190+
public static final int BezelImageView_borderDrawable = 1;
191+
/**
192+
<p>This symbol is the offset where the {@link com.slidingmenu.example.R.attr#maskDrawable}
193+
attribute's value can be found in the {@link #BezelImageView} array.
194+
195+
196+
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
197+
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
198+
@attr name android:maskDrawable
199+
*/
200+
public static final int BezelImageView_maskDrawable = 0;
201+
};
202+
}

0 commit comments

Comments
 (0)