summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRobyn Coultas <coultasr@android.com>2012-10-17 15:58:40 -0700
committerRobyn Coultas <coultasr@android.com>2012-11-29 10:48:15 -0800
commit67932cf2a2ff2d28a184ebf9c15d803da9e5ac59 (patch)
tree046feeb68ba8b85cafcf261fff89066101e404c6 /res
parentaf03da24ff66583d00e8a46e7ccc3a96a3621dc1 (diff)
downloadandroid_packages_apps_DeskClock-67932cf2a2ff2d28a184ebf9c15d803da9e5ac59.tar.gz
android_packages_apps_DeskClock-67932cf2a2ff2d28a184ebf9c15d803da9e5ac59.tar.bz2
android_packages_apps_DeskClock-67932cf2a2ff2d28a184ebf9c15d803da9e5ac59.zip
Do not invalidate listview just to update time
Bug: 7289174 Also recycling Timer and Stopwatch listview items Change-Id: I07255203310f677da20b3435f1089a23d0e266e4
Diffstat (limited to 'res')
-rw-r--r--res/values/ids.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml
index fe91eeba2..bf6646953 100644
--- a/res/values/ids.xml
+++ b/res/values/ids.xml
@@ -16,4 +16,6 @@
<resources>
<item type="id" name="numbers_key" />
+ <item type="id" name="lap_key" />
+ <item type="id" name="timer_key" />
</resources>