In Android what does the dimension %p mean?
- 50% is the centre of the animated view (relative to view).
- 50%p is the centre of the view’s parent (relative to parent).
- 50 is 50 pixels from the top/left of the animated view (absolute).
Check out the keyWidth documentation for an explanation.
the optional %p suffix provides a size relative to some parent container