Skip to content

Commit

Permalink
Merge pull request #90 from KOHOH1992/master
Browse files Browse the repository at this point in the history
修复issue #78 issue #79 issue #84
  • Loading branch information
IceskYsl committed Oct 5, 2013
2 parents cfb9f7e + d72ab58 commit a540711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
Expand Down
2 changes: 1 addition & 1 deletion source/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</activity>
<activity
android:name=".ui.MainActivity"
android:hardwareAccelerated="false"
android:hardwareAccelerated="true"
android:label="@string/app_name"
android:launchMode="singleTask"
android:screenOrientation="portrait" >
Expand Down

0 comments on commit a540711

Please sign in to comment.