android gallery into grid style menu

后端 未结 1 724
不知归路
不知归路 2021-01-07 03:56

Hello everyone please help me out regarding menu in android . i want to make this gallery as grid menu for my application . please guide me how i can put the name under the

相关标签:
1条回答
  • 2021-01-07 04:24

    You need to use a custom adapter instead of the ImageAdapter, and add a vertical LinearLayout with the image and the label. Check out the BaseAdapter api: http://developer.android.com/reference/android/widget/BaseAdapter.html

    For the click events, use the OnItemClickAdapter: http://developer.android.com/reference/android/widget/AdapterView.OnItemClickListener.html

    0 讨论(0)
提交回复
热议问题