From 7d38886ba67b6947fdfc1a86b0849a5215c32dfb Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 10 May 2010 15:24:47 -0700 Subject: [PATCH] Fix 2660488: Add LockScreen/InCallScreen resources to preloads This adds the base SlidinTab drawable resources shared by InCallScreen and LockScreen into the zygote process. It should save approximately 375kB (mdpi) and 825kB (hdpi) of RAM by sharing resource between the LockScreen and InCallScreen. Change-Id: I05bcafa894ed27d419b171ad5041bd83134461f7 --- core/res/res/values/arrays.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/core/res/res/values/arrays.xml b/core/res/res/values/arrays.xml index 0c065ef876285..4672c0ed7ca47 100644 --- a/core/res/res/values/arrays.xml +++ b/core/res/res/values/arrays.xml @@ -71,6 +71,20 @@ @drawable/indicator_code_lock_point_area_default @drawable/indicator_code_lock_point_area_green @drawable/indicator_code_lock_point_area_red + + @drawable/jog_tab_bar_left_end_confirm_gray + @drawable/jog_tab_bar_left_end_normal + @drawable/jog_tab_bar_left_end_pressed + @drawable/jog_tab_bar_right_end_confirm_gray + @drawable/jog_tab_bar_right_end_normal + @drawable/jog_tab_bar_right_end_pressed + @drawable/jog_tab_left_confirm_gray + @drawable/jog_tab_left_normal + @drawable/jog_tab_left_pressed + @drawable/jog_tab_right_confirm_gray + @drawable/jog_tab_right_normal + @drawable/jog_tab_right_pressed + @drawable/jog_tab_target_gray