[TIMOB-1534] Android: Implement Tableview separatorColor, separatorStyle
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-15T02:55:19.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | Android |
Labels | android, feature |
Reporter | Don Thorp |
Assignee | Eric Merriman |
Created | 2011-04-15T02:55:19.000+0000 |
Updated | 2017-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.
(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...
That last commit is for #1543... a little bit of dyslexia there.
Closing ticket as fixed.