Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>It looks like the Android design team has given us some more guidance on this. If you take a look at the <a href="http://developer.android.com/design/building-blocks/lists.html" rel="nofollow noreferrer">http://developer.android.com/design/building-blocks/lists.html</a> page, titled "Lists", it has these guidelines:</p> <p><img src="https://i.stack.imgur.com/jP1YP.png" alt="List example from Android Design"></p> <blockquote> <p>Line Items List items can accommodate a wide range of data types in different arrangements, including simple single-line items, multi-line items, and custom items with icons, checkboxes, and action buttons.</p> </blockquote> <p>There is one list item that shows an icon to the very right, which is from the Android action bar icon pack, 6-social-chat.png. <img src="https://i.stack.imgur.com/Uvfxt.png" alt="6-social-chat.png"></p> <p>This implies that having tapping this icon would be an "action button" and would start a chat with the friend that matches that list item. You can actually see this in action in the People app in Ice Cream Sandwich.</p> <p>However, there isn't a standard disclosure arrow icon. The Google Play app though, does seem to use the arrow pointing right to indicate that you can do the same sort of thing in the grid view headers "USERS ALSO VIEWED" and "USERS ALSO INSTALLED". This is in the icon pack as 1-navigation-next-item.png <img src="https://i.stack.imgur.com/PQBMW.png" alt="1-navigation-next-item.png">. This functions as an "action button" that goes into a detail activity, which I think is close to what you were originally asking.</p> <p>I'd use this sparingly though, since it seems like most list items (and grid items) are expected to be interactive. If there are a lot of list items which are not, then I'd consider changing the background or the font color to indicate that it is disabled.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload