摘要:
去掉标题栏: requestWindowFeature(Window.FEATURE_NO_TITLE); API上是这么说的: int FEATURE_NO_TITLE Flag for the "no title" feature, turning off the title at t... 阅读全文
摘要:
首先在布局文件中要有个ViewFlipper,这个可以用来加载View。可以在加载的View中做动画,但只能显示一个View。具体的API中是这样说的: Simple ViewAnimator that will animate between two or more views that have 阅读全文