AI 150397: turn off the right arrow in the carousel -- we only have 3 items.

BUG=1790234

Automated import of CL 150397
This commit is contained in:
Scott Main
2009-07-08 15:11:49 -07:00
committed by The Android Open Source Project
parent ab41ea3d24
commit be65ae6223
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ home=true
<!-- populated by buildCarousel() -->
</div>
</div><!-- end list-clip -->
<a href="javascript:page_right()" id="arrow-right" onclick="" class="arrow-right-on"></a>
<a href="javascript:page_right()" id="arrow-right" onclick="" class="arrow-right-off"></a>
<div class="clearer"></div>
</div><!-- end app-list container -->
</div><!-- end carousel -->

View File

@@ -31,7 +31,7 @@ home=true
<!-- populated by buildCarousel() -->
</div>
</div><!-- end list-clip -->
<a href="javascript:page_right()" id="arrow-right" onclick="" class="arrow-right-on"></a>
<a href="javascript:page_right()" id="arrow-right" onclick="" class="arrow-right-off"></a>
<div class="clearer"></div>
</div><!-- end app-list container -->
</div><!-- end carousel -->