diff options
author | Adam Cohen <adamcohen@google.com> | 2011-06-30 18:12:12 -0700 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2011-06-30 18:12:12 -0700 |
commit | b3a3ed3d996d7b6305c084190db382f120cdeedb (patch) | |
tree | 33e0595ff6cb94ad292b3a92bbdd6df553609060 /overlay | |
parent | 31a002487e7263ecade77364f085beac95c0a4a3 (diff) | |
download | device_samsung_crespo-b3a3ed3d996d7b6305c084190db382f120cdeedb.zip device_samsung_crespo-b3a3ed3d996d7b6305c084190db382f120cdeedb.tar.gz device_samsung_crespo-b3a3ed3d996d7b6305c084190db382f120cdeedb.tar.bz2 |
Enabling hardware acceleration for Launcher on Crespo
Change-Id: I1b8fa0e062d3cf7206b530031ec979e6f03d3c05
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Launcher2/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/packages/apps/Launcher2/res/values/config.xml b/overlay/packages/apps/Launcher2/res/values/config.xml index 5c93f85..197889b 100644 --- a/overlay/packages/apps/Launcher2/res/values/config.xml +++ b/overlay/packages/apps/Launcher2/res/values/config.xml @@ -1,3 +1,3 @@ <resources> - <bool name="config_hardwareAccelerated">false</bool> + <bool name="config_hardwareAccelerated">true</bool> </resources> |