I have a gridview which height is half of the phone's height and aligned to parent's bottom like below images, (numofcolums=1 i need it that way of other reasons)
But i also need the items in the gridview starts from bottom to up like second image
How can i achieve this with android gridview?
Is it possible or do i have to design custom implementation similar to gridview?
Thanks