Commit 03f31e1 1 parent 3ca3d4d commit 03f31e1 Copy full SHA for 03f31e1
File tree 3 files changed +5
-10
lines changed
src/main/java/io/yippie/iupb/app
3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
package =" io.yippie.iupb.app"
3
- android : versionCode =" 13"
4
- android : versionName =" 1.3.0" >
3
+ >
5
4
6
- <uses-sdk
7
- android : minSdkVersion =" 8"
8
- android : targetSdkVersion =" 19" />
9
5
10
6
<uses-permission android : name =" android.permission.INTERNET" />
11
7
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
15
11
android : label =" @string/app_name"
16
12
android : theme =" @style/AppTheme" >
17
13
<activity
18
- android : name =" .MainActivity "
14
+ android : name =" .MainActivity_ "
19
15
android : label =" @string/title_activity_main"
20
16
android : configChanges =" orientation|keyboardHidden|screenSize" >
21
17
<intent-filter >
Original file line number Diff line number Diff line change 9
9
<option name =" ASSEMBLE_TEST_TASK_NAME" value =" assembleDebugTest" />
10
10
<option name =" SOURCE_GEN_TASK_NAME" value =" generateDebugSources" />
11
11
<option name =" ALLOW_USER_CONFIGURATION" value =" false" />
12
- <option name =" MANIFEST_FILE_RELATIVE_PATH" value =" /src/main/AndroidManifest.xml" />
13
12
<option name =" RES_FOLDER_RELATIVE_PATH" value =" /src/main/res" />
14
13
<option name =" RES_FOLDERS_RELATIVE_PATH" value =" file://$MODULE_DIR$/src/main/res" />
15
14
<option name =" ASSETS_FOLDER_RELATIVE_PATH" value =" /src/main/assets" />
Original file line number Diff line number Diff line change 19
19
import com .actionbarsherlock .view .MenuItem ;
20
20
import com .actionbarsherlock .view .Window ;
21
21
22
+ import org .androidannotations .annotations .*;
23
+
22
24
import java .util .*;
23
25
26
+ @ EActivity
24
27
@ SuppressLint ("SetJavaScriptEnabled" )
25
28
public class MainActivity extends SherlockActivity implements
26
29
ActionBar .TabListener , ActionBar .OnNavigationListener {
@@ -291,9 +294,6 @@ public boolean onOptionsItemSelected(MenuItem item) {
291
294
}
292
295
}
293
296
294
- /**
295
- *
296
- */
297
297
private void loadHomeScreen () {
298
298
loadWebView (generateURL (getString (R .string .actionbar_restaurants_url )));
299
299
}
You can’t perform that action at this time.
0 commit comments