[TIMOB-25369] Andriod Theming against Widgets Stopped working in SDK 6.1
GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-10-10T17:06:29.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Phil Sweeney |
Assignee | Gary Mathews |
Created | 2017-10-04T16:47:01.000+0000 |
Updated | 2017-10-10T17:06:30.000+0000 |
Description
Steps to Reproduce
Create a simple app that contains a button with a mixed case title, and include the attached themes.xml under /platform/android/res/values/. Build in SDK 6.0.4 and notice that the text on the button supports mixed case. Build the same app with SDK 6.1.2 and notice that the button tiltle is now in all caps.
If the method of theming has changed, please update latest documentation.
Actual Result
The custom theme is not applied to the app when built with SDK 6.1.2 - resulting in button text in all caps. Note: SDK 6.2 has the same behavior as 6.1.
Expected Result
Button title should be displayed in mixed case when built in 6.1.2.
Attachments
Any idea about when this might be resolved?
Sorry for bothering you guys! This issue was being caused by the name we gave our custom theme. You can close this issue.