summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-04 10:50:49 +0300
committerAndrew Dolgov <[email protected]>2011-12-04 10:50:49 +0300
commitea51e68b5b3845a206df1d95d10769ea3740f611 (patch)
tree329c4475f85d9a7c73ae567001b527676def0458 /AndroidManifest.xml
parente057f881b154fc51052eb53f8d2d36a29f5863b1 (diff)
rework combined mode to use textviews to prevent graphical glitches
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d630da5b..b02cb212 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -9,7 +9,7 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
- <application android:icon="@drawable/icon" android:label="@string/app_name">
+ <application android:icon="@drawable/icon" android:label="@string/app_name" android:hardwareAccelerated="true">
<activity android:name=".LoginActivity"
android:label="@string/app_name">
</activity>