remove unused/redundant params to turn on HW accel

This commit is contained in:
Michael Jurka 2011-05-26 15:21:24 -07:00
parent 5cf73001ae
commit 7446fee6cb
2 changed files with 1 additions and 6 deletions

View File

@ -102,9 +102,7 @@
<activity android:name="com.android.launcher2.RocketLauncher"
android:label="@string/dream_name"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
android:hardwareAccelerated="true"
>
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />

View File

@ -1,7 +1,4 @@
<resources>
<!-- System -->
<bool name="config_hardwareAccelerated">false</bool>
<!-- AllApps/Customize/AppsCustomize -->
<!-- Fade in/out duration of icons being dragged from the trays -->
<integer name="config_dragAppsCustomizeIconFadeInDuration">150</integer>