2016-05-31 2 views
0

글라이드를 사용하여 이미지를 표시하고 정상적으로 작동합니다. 이제 사용자가 이미지를 클릭하면 눈금을 표시하거나 반투명 한 색상을 추가하여 이미지를 하이라이트해야합니다. 어댑터에서 XML을 아래이미지를 클릭 할 때 불투명도로 색상을 흐리게 처리하거나 추가하는 방법 [글라이드 라이브러리]

gallery.setOnItemClickListener(new OnItemClickListener() { 

      @Override 
      public void onItemClick(AdapterView<?> arg0, View arg1, int position, long arg3) { 
       if (null != images && !images.isEmpty()) { 




       } 
      } 
     }); 
+0

다음을 확인하십시오 : https://github.com/ManuelPeinado/MultiChoiceAdapter/wiki/Gallery-tutorial – Mehta

+0

위의 코드에 어떻게 적용해야합니까? –

답변

0

사용 : 에서

<RelativeLayout android:layout_width="wrap_content" 
     android:layout_height="wrap_content"> 
     <ImageView android:layout_width="wrap_content" 
      android:layout_height="wrap_content" android:id="@+id/image_view" > 
     <ImageView android:layout_width="wrap_content" 
      android:layout_height="wrap_content" 
android:id="@+id/check_image" android:layout_centerInParent="true" 
android:visibility="Invisible"/> 
    </RelativeLayout> 

onItemClick() 가져 오기 이미지 뷰 ID가 "check_image"이고이 볼 수 있도록.