[TIMOB-24233] Android: tabsBackgroundColor is not working.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-01-24T20:38:01.000+0000 |
Affected Version/s | Release 6.0.0 |
Fix Version/s | Release 6.1.0 |
Components | Android |
Labels | n/a |
Reporter | Sharif AbuDarda |
Assignee | Frankie Merzadyan |
Created | 2016-12-16T13:53:34.000+0000 |
Updated | 2017-01-25T18:58:49.000+0000 |
Description
Hello, tabsBackgroundColor for tabGroup is not work in Android, iOS is working as expected. Docs shows it's supported. http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TabGroup-property-tabsBackgroundColor
var tabGroup = Ti.UI.createTabGroup({
tabsBackgroundColor: 'green'
});
Tested with latest SDK 6.0.0.GA. Thanks.
Attachments
File | Date | Size |
---|---|---|
Screenshot_20161220-223850.png | 2016-12-20T16:44:51.000+0000 | 25249 |
[~fmerzadyan] Can you check? Thx!
master: https://github.com/appcelerator/titanium_mobile/pull/8740
Wednesday 25th January: Environment: Appcelerator Command-Line Interface, version 6.1.0 Android 7.1 (Google Pixel) Operating System Name: MacOS Sierra Operating System Version: 10.12.1 Node.js Version: 4.5.0 NPM: 4.2.8 Appc NPM: 4.2.8 Titanium SDK Version: 6.1.0.v20170125103400 Xcode: 8.2.1 Studio Build: 4.8.1.201612050850 Step 1) Add a background color attribute to the window in app js:
Step 2) Build and run application on Pixel with latest 6.1.0 Step 3) Check to make sure the app window has matching background color to the one set and nothing breaks Step 4) Fix verified