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:
committed by
The Android Open Source Project
parent
ab41ea3d24
commit
be65ae6223
@@ -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 -->
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user