Hi,
If any one need alternate for android gallery? Here it is I have custom widget which is alternate for gallery.
Please replace line
mViewsContainer.setOrientation(LinearLayout.VERTICAL);
with
mViewsContainer.setOrientation(LinearLayout.HORIZONTAL);
If any one need alternate for android gallery? Here it is I have custom widget which is alternate for gallery.

Please replace line
mViewsContainer.setOrientation(LinearLayout.VERTICAL);
with
mViewsContainer.setOrientation(LinearLayout.HORIZONTAL);