I am trying to make a gridview with large icon for an app but I couldn’t find any tutorial about modifying a cell size on a grid layout on android. Can anyone give me an example or a link about it please?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
just like the other adapterViews ,on gridView (which extends adapterView) the size that is determined of the children is based on the size that they want to become , as written in the android API: