android Programming Glossary: extendedviewpager
How did Google manage to do this? Slide ActionBar in Android application http://stackoverflow.com/questions/11234375/how-did-google-manage-to-do-this-slide-actionbar-in-android-application Functions.enableDisableViewGroup LinearLayout parent.findViewById android.R.id.content .getParent false ExtendedViewPager act.findViewById R.id.viewpager .setPagingEnabled false ExtendedPagerTabStrip act.findViewById R.id.viewpager_tabs .setNavEnabled.. parm Functions.enableDisableViewGroup LinearLayout parent.findViewById android.R.id.content .getParent true ExtendedViewPager act.findViewById R.id.viewpager .setPagingEnabled true ExtendedPagerTabStrip act.findViewById R.id.viewpager_tabs .setNavEnabled.. As far as I know it is working. If you experience any problems or my explanations are not clear please contact me EDIT ExtendedViewPager ExtendedPagerStrip ExtendedViewPager package your.cool.app source http blog.svpino.com 2011 08 disabling pagingswiping on..
|