I am trying to build a tablet optimized app and I would like to follow the same style of gmail tablet version in selections (the arrow on the right side of the selection). I don’t know how to obtain the same style. There is a shadow and an arrow for the selection.
This is an image of gmail app:

Thanks
The arrow is just part of the list item background.
Here is and example from the Email application where list_selected_holo is a drawable that contains an arrow on its right side (You can find the drawable with simple google search).
I would suggest looking at the open source Email application which now shares style with the Gmail application. ref: https://github.com/android/platform_packages_apps_email
Note that it takes some resources from external path which I couldn’t find on github (frameworks/opt/mailcommon/res).