0

私のアプリケーションでは、グリッドビューを使用して画像を表示していますが、画像にテキストを表示したいと考えています。これは可能ですか?もしそうなら、どうすればそれを実装できますか?

ありがとう。

4

1 に答える 1

1

Just give you a hint.

You must have seen "hello gridview" here: http://developer.android.com/resources/tutorials/views/hello-gridview.html

You just need to get a custom view (may be a LinearLayout) instead of a imageview in getview() in adapter.

Hope this help.

于 2011-06-01T01:14:51.860 に答える