Skip to content

Instantly share code, notes, and snippets.

@aanoaa
Created December 16, 2010 09:39
Show Gist options
  • Save aanoaa/743234 to your computer and use it in GitHub Desktop.
Save aanoaa/743234 to your computer and use it in GitHub Desktop.
갤탭같이 큰화면에서 yaaic 를 fullscreen으로 즐기장
diff --git a/application/.classpath b/application/.classpath
index 609aa00..6efcbb7 100644
--- a/application/.classpath
+++ b/application/.classpath
@@ -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="src" path="src"/>
<classpathentry kind="src" path="gen"/>
- <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/application/AndroidManifest.xml b/application/AndroidManifest.xml
index ded2be8..6124816 100644
--- a/application/AndroidManifest.xml
+++ b/application/AndroidManifest.xml
@@ -93,4 +93,10 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
<uses-sdk android:minSdkVersion="3" />
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-permission android:name="android.permission.VIBRATE"></uses-permission>
-</manifest>
\ No newline at end of file
+
+ <supports-screens
+ android:largeScreens="true"
+ android:normalScreens="true"
+ android:smallScreens="true"
+ android:anyDensity="true" />
+</manifest>
diff --git a/application/default.properties b/application/default.properties
index a1ef8e9..128c6ef 100644
--- a/application/default.properties
+++ b/application/default.properties
@@ -10,4 +10,4 @@
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
-target=android-3
+target=android-7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment