views:

82

answers:

2

As you in following android album widget images placement is from middle of the gallery i want to start image placement from beginning of the album.

alt text

+1  A: 

The gallery view of Android is designed to start from middle part of the activity.You cant start the image placement from start of gallery. To do this you can make customized gallery view with help of Image view and horizontal scroll bar.

Rohan K
i am using custom gallery any sample code to move image at beginning ?
Faisal khan
A: 

The gallery by default align the elements to center.... You should be rewrite the gallery class...

jajaja
can you tell me which method to override to align it left if i rewrite gallery class ?
Faisal khan