I have used RecyclerView for showing thumbnails in my Image Editing app.Each item of its comprises of a ImageView(thumbnail) and a textView.In my application I want to
May be just use:
android:background="?attr/selectableItemBackground"
for root element at item xml?