Search This Blog

Saturday, April 9, 2016

LISTVEW - SU KIEN SETOMITEMCLICKLISTENER KHONG HOAT DONG

- Thêm  : android:descendantFocusability="blocksDescendants" vào layout của file xml tùy chỉnh của listview .

Cụ thể : 


<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"    
    android:layout_width="wrap_content"    
    android:layout_height="match_parent"    
    android:descendantFocusability="blocksDescendants"
    android:background="@drawable/customsanphamtrongdanhmuc"

    >

    <ImageView        
android:layout_width="match_parent"        
android:layout_height="@dimen/chieucaoanhsanphamtrongdanhmuc"        
android:id="@+id/imageViewSanPhamTrongDanhMuc"        
android:layout_alignParentTop="true"        
android:layout_centerHorizontal="true"        
android:src="@drawable/test" />

 ......................................


</RelativeLayout>


No comments:

Post a Comment