How to specify a row with a click in the table

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:

enter image description here

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?

+4
source share

Source: https://habr.com/ru/post/1683188/


All Articles