Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1534] Android: Implement Tableview separatorColor, separatorStyle

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2011-04-15T02:55:19.000+0000
Affected Version/sn/a
Fix Version/sBacklog
ComponentsAndroid
Labelsandroid, feature
ReporterDon Thorp
AssigneeEric Merriman
Created2011-04-15T02:55:19.000+0000
Updated2017-06-05T21:38:23.000+0000

Description

separatorColor string the separator color color as a hex or named value
separatorStyle int the separator style constant. For iPhone, Titanium.UI.iPhone.TableViewSeparatorStyle

See http://developer.android.com/reference/android/widget/ListView.html"> ListView We will need our own constants or if the style is the same in both then create common styles.

void setDivider(Drawable divider)
Sets the drawable that will be drawn between each item in the list.

void setDividerHeight(int height)
Sets the height of the divider that will be drawn between each item in the list.

void setFooterDividersEnabled(boolean footerDividersEnabled)
Enables or disables the drawing of the divider for footer views.

Comments

  1. Jeff Haynie 2011-04-15

    (from [79380fa04aa49feeb4395de52f89a766b7d72767]) [#1534 state:fixed-in-qa] Modifications to support tagging remote images as 2x/hires https://github.com/appcelerator/titanium_mobile/commit/79380fa04aa49feeb4395de52f89a766b7d72767"> https://github.com/appcelerator/titanium_mobile/commit/79380fa04aa4...

  2. Stephen Tramer 2011-04-15

    That last commit is for #1543... a little bit of dyslexia there.

  3. Lee Morris 2017-06-05

    Closing ticket as fixed.

JSON Source