Enable OpenGL acceleration.

Looks like it no longer has obvious bugs.

Change-Id: I48876c62c4ebd5a32bcca8fb7a230c428b4b35f7
This commit is contained in:
Makoto Onuki 2010-10-20 12:31:07 -07:00
parent eb49659423
commit 33c86101f7
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
<application android:icon="@drawable/icon" android:label="@string/app_name"
android:name="Email"
android:theme="@android:style/Theme.Light.Holo"
android:hardwareAccelerated="true"
>
<activity
android:name=".activity.Welcome"