hello, I want to add a textView at the end of gridView, as http://i3.6.cn/cvbnm/11/41/dd/6307adbd865d210c9e1e7ec9d0933a33.png
I override the getView but there is a textView at the end of every item of gridView, which i don't like -- I need the total number of item in the textView as "91 images".
<linearlayout>
<gridView>
<textView >
</linearlayout>
Could you give me some advice?