Skip to content

Commit

Permalink
fix(android): expose Ti.UI.Tab activeTintColor/tintColor properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Dec 4, 2020
1 parent 8d693b0 commit 63844f1
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@

@Kroll.proxy(creatableInModule = UIModule.class,
propertyAccessors = {
TiC.PROPERTY_ACTIVE_TINT_COLOR,
TiC.PROPERTY_ACTIVE_TITLE_COLOR,
TiC.PROPERTY_BADGE,
TiC.PROPERTY_BADGE_COLOR,
TiC.PROPERTY_ICON,
TiC.PROPERTY_TINT_COLOR,
TiC.PROPERTY_TITLE,
TiC.PROPERTY_TITLE_COLOR,
TiC.PROPERTY_TITLEID,
TiC.PROPERTY_BADGE,
TiC.PROPERTY_BADGE_COLOR
TiC.PROPERTY_TITLEID
})
public class TabProxy extends TiViewProxy
{
Expand Down

0 comments on commit 63844f1

Please sign in to comment.