[TIMOB-14776] Android: Add support for pagingControlHeight to ScrollableView
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.1.1 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Tim Poulsen |
Assignee | Unknown |
Created | 2013-08-07T15:24:47.000+0000 |
Updated | 2018-02-28T20:04:08.000+0000 |
Description
The size of the triangle controls on the Android scrollableview cannot be changed. They are way too large by default, made even worse if the scrollableview doesn't fill the screen.
Expected Behavior:
I should be able to change the height/width of the triangle controls with code like this:
"#myScrollableView[platform=android]": {
height: 120, width: 100,
pagingControlHeight: 8
}
Actual Behavior:
That code has no effect. See the attached screen shot of a deliberately small scrollableview (the green box).
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2013-08-07 at 11.22.07 AM.png | 2013-08-07T15:24:47.000+0000 | 39802 |
No comments