android Programming Glossary: extendedgallery
how to stop scrolling gallery? http://stackoverflow.com/questions/3619197/how-to-stop-scrolling-gallery If you want to be able to enable disable scrolling of the Gallery you could use class like this public class ExtendedGallery extends Gallery private boolean stuck false public ExtendedGallery Context context AttributeSet attrs int defStyle super.. Gallery you could use class like this public class ExtendedGallery extends Gallery private boolean stuck false public ExtendedGallery Context context AttributeSet attrs int defStyle super context attrs defStyle public ExtendedGallery Context context AttributeSet.. stuck false public ExtendedGallery Context context AttributeSet attrs int defStyle super context attrs defStyle public ExtendedGallery Context context AttributeSet attrs super context attrs public ExtendedGallery Context context super context @Override public..
|