commit | bf15cb44cc8e5ea9a19ab8aaee8e02c96bd6130c | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@android.com> | Fri Aug 07 14:33:40 2009 -0700 |
committer | Joe Onorato <joeo@android.com> | Fri Aug 07 14:33:40 2009 -0700 |
tree | 23282a279e1b0f02511114af2c223cb17978f37c | |
parent | 938390556010da278cb068dd292730d6ae3ab932 [diff] [blame] |
clean up rollo / launcher2
diff --git a/res/raw/rollo.c b/res/raw/rollo.c index 70d3954..5ed562a 100644 --- a/res/raw/rollo.c +++ b/res/raw/rollo.c
@@ -128,12 +128,12 @@ if (alpha > 0) { color(1.0f, 1.0f, 1.0f, alpha); - float ty = 605.f - y * 150.f; + float ty = 654.f - y * 150.f; ty = ty + 0.25f; bindTexture(NAMED_PFText, 0, loadI32(3, index)); - drawRect(tx, ty, tx + 128.f, ty + 32.f, 0.5f); + drawRect(tx, ty, tx + 128.f, ty + 64.f, 0.5f); } iconCount--; index++;