[TIMOB-20123] Android: Action bar improvements
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | actionbar |
Reporter | Chee Kiat Ng |
Assignee | Unknown |
Created | 2015-12-09T07:03:19.000+0000 |
Updated | 2019-04-04T08:18:32.000+0000 |
Description
Introduce properties such as:
Ti.Android.ActionBar.backgroundColor
Ti.Android.ActionBar.titleAttributes
Ti.Android.ActionBar.subtitleAttributes
Ti.Android.ActionBar.customView
Ti.Android.ActionBar.setDisplayShowCustomEnabled
Ti.UI.Window.translucent
Ti.UI.Window.barColor
Ti.UI.Window.titleAttributes
Ti.UI.Window.statusBarColor
to customise and do the respective:
Apply custom background color
Apply custom font and color for title
Apply custom font and color for subtitle
Support custom view on action bar
Enable / disable custom view
Request for translucent action bar, must be set before opening the window
Sets the initial action bar background color. After opening the window should use Ti.Android.ActionBar.backgroundColor
Sets the initial action bar title & subtitle attributes
Sets the status bar color on Android 5.0 and up
This seems to improve android flow a lot, especially when dynamic changes are needed (very often). Can this be (re-)scheduled? A LOT of people use actionbarextras (quite a lot of **: https://github.com/ricardoalcocer/actionbarextras) as a replacement for TiSDK not having this feature. Plus this ticket would improve parity!
pinging here, I'd love to see this implemented