2012年5月8日 星期二

Disable RatingBar in Android



當GridView裡面Item當中有RatingBar的時候
會影響GridView的onItemClick事件無法被觸發
要如何解決這個問題?

(使用版本為3.0  其他的不知道有沒有這個問題)

首先找到了xml中的
            android:focusable="false"
使用之後沒有效果...
            android:focusableInTouchMode="false"
這個也一樣
            android:clickable="false"
也沒用...

最後找到
            android:isIndicator="true"
成功~

沒有留言:

張貼留言