aboutsummaryrefslogtreecommitdiffstats
path: root/ui.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2011-09-20 14:16:46 -0700
committerDoug Zongker <dougz@android.com>2011-09-20 14:16:46 -0700
commitfdfb636336dd848621e1a1401b1cd1ef29a0a060 (patch)
tree7d2700395782253d999b063260df3e2db065d62f /ui.c
parent88e0899617229db57ae2c616fddcf40543c8e392 (diff)
downloadbootable_recovery-fdfb636336dd848621e1a1401b1cd1ef29a0a060.zip
bootable_recovery-fdfb636336dd848621e1a1401b1cd1ef29a0a060.tar.gz
bootable_recovery-fdfb636336dd848621e1a1401b1cd1ef29a0a060.tar.bz2
update recovery with new 3D images
Change-Id: I6d52fd1db27fdf1b61f41f598a2209b70385b106
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index d08f7d3..25df3d0 100644
--- a/ui.c
+++ b/ui.c
@@ -45,7 +45,7 @@ UIParameters ui_parameters = {
6, // indeterminate progress bar frames
20, // fps
7, // installation icon frames (0 == static image)
- 33, 83, // installation icon overlay offset
+ 13, 190, // installation icon overlay offset
};
static pthread_mutex_t gUpdateMutex = PTHREAD_MUTEX_INITIALIZER;