Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14776] Android: Add support for pagingControlHeight to ScrollableView

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.1.1
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterTim Poulsen
AssigneeUnknown
Created2013-08-07T15:24:47.000+0000
Updated2018-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

FileDateSize
Screen Shot 2013-08-07 at 11.22.07 AM.png2013-08-07T15:24:47.000+000039802

Comments

No comments

JSON Source