Merge branch 'eclair' into eclair-release

This commit is contained in:
The Android Automerger
2009-11-23 09:28:58 -08:00
30 changed files with 7 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 641 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 712 KiB

After

Width:  |  Height:  |  Size: 718 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 436 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 478 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 KiB

After

Width:  |  Height:  |  Size: 364 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 500 KiB

After

Width:  |  Height:  |  Size: 681 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 KiB

After

Width:  |  Height:  |  Size: 405 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 22 KiB

+3 -2
View File
@@ -378,10 +378,11 @@ void drawStrip(float row, float column, int isTop, int iconNum, float p)
offset = positionStrip(row + 0.73f, column, isTop, p, 1);
}
if (offset < -20) return;
if (offset > 200) return;
bindTexture(NAMED_PFTexMip, 0, loadI32(ALLOC_LABEL_IDS, iconNum));
offset = clamp(offset, 0, 199 - 20);
//drawSimpleMeshRange(NAMED_SMMesh, offset * 6, 20 * 6);
drawSimpleMesh(NAMED_SMMesh);
drawSimpleMeshRange(NAMED_SMMesh, offset * 6, 20 * 6);
//drawSimpleMesh(NAMED_SMMesh);
}
void drawTop(float rowOffset, float p)
+4 -4
View File
@@ -24,23 +24,23 @@
<item>wallpaper_tree</item>
<item>wallpaper_zanzibar</item>
<item>wallpaper_field</item>
<item>wallpaper_leaves</item>
<item>wallpaper_cloud</item>
<item>wallpaper_desert</item>
<item>wallpaper_goldengate</item>
<item>wallpaper_despair</item>
<item>wallpaper_grass_night</item>
<item>wallpaper_galaxy</item>
<item>wallpaper_x67</item>
<item>wallpaper_nexusrain</item>
<item>wallpaper_nexuspattern</item>
<item>wallpaper_nexuswallpaper1</item>
<item>wallpaper_brown</item>
<item>wallpaper_lavadark</item>
<item>wallpaper_pcut</item>
<item>wallpaper_bluedotgrid</item>
<item>wallpaper_hazybluedots</item>
<item>wallpaper_ropelights</item>
<item>wallpaper_bluegray</item>
<item>wallpaper_gray</item>
<item>wallpaper_greengray</item>
<item>wallpaper_redgray</item>
<item>wallpaper_lightgrad</item>
</string-array>
</resources>