Animation
The Android framework provides two animation systems:
- property animation (introduced in Android 3.0)
- view animation
We call this tweened animation.
But you can also utilize Drawable animation.
Property Animation
View Animation
Drawable Animation
By load drawable resources and display them one frame after another,
so we can create frame-by-frame animations.
快捷键
- 加粗
Ctrl + B
- 斜体
Ctrl + I
- 引用
Ctrl + Q
- 插入链接
Ctrl + L
- 插入代码
Ctrl + K
- 插入图片
Ctrl + G
- 提升标题
Ctrl + H
- 有序列表
Ctrl + O
- 无序列表
Ctrl + U
- 横线
Ctrl + R
- 撤销
Ctrl + Z
- 重做
Ctrl + Y