ViewPagerのプロパティandroid:flipInterval="30"android:persistentDrawingCache="animation"
621 ワード
android:flipInterval; flip , ;Interval ;
View ;
android:persistentDrawingCache; ;
, api
。 ViewGroup , 。 。 , 。 。
:
Constant
Value
Description
none 0x0 The drawing cache is not persisted after use.
animation 0x1 The drawing cache is persisted after a layout animation.
scrolling 0x2 The drawing cache is persisted after a scroll.
all 0x3 The drawing cache is always persisted.