ICSLauncher改造-替换滑屏Indicator
1.添加View对象1.1 AppScreenBubbleViewFrameLayout extends FrameLayout每一个“点”是一个AppScreenBubbleViewFrameLayout,它有两个成员变量,imageViewFront、imageViewBack,当前页显示imageViewFront,其他页显示imageViewBack。1.2 AppScreenBubbleViewFrameLayout extends FrameLayout// a method that subclasses can override to add behavior protected void onPageBeginMoving() { showScrollingIndicator(false); showScreenBubbleView(false); }