I have a list in my application where some rows are clickable and some rows are not. My problem is how to make the user understand that some of the lines are viewable.
There is a right carriage in iOS that serves this purpose:

But this prevents the android manual ( https://developer.android.com/design/patterns/pure-android.html ).
So, what is the best way to point out interactive strings on Android following the Material Design paradigm?
source
share