java - Horizontal Scroll View with images and iamges should be clicked? -


i want this

horizontalscrollview images , images should me marked or unmarked user. can see in attached image,user can select 2 images @ time. please see attached image.

check dependencies in build.gradle file. different versions of support library may cause.

for example

compile 'com.android.support:appcompat-v7:22.2.1' compile 'com.android.support:design:22.2.1' compile 'com.android.support:support-v4:22.2.1' compile 'com.android.support:cardview-v7:22.0.+' compile 'com.android.support:recyclerview-v7:22.0.+' 

if library uses version

compile 'com.android.support:support-v4:23.0.1' 

this may cause of error.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -