[AC-1010] Android: Support Actionbar / Toolbar on PreferencesActivity
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2015-09-30T05:41:52.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Manuel Lehner |
Assignee | Shak Hossain |
Created | 2015-07-28T13:34:38.000+0000 |
Updated | 2016-03-08T07:37:20.000+0000 |
Description
Since using AppCompat v21 there is no more Actionbar on the Preferences Activity. I tried applying a Theme to the TiPreferencesActivity in the tiapp.xml but it doesn't work out.
Seems that a Toolbar instance needs to be added in the onCreate manually. So probably the Toolbar support needs to be resolved first (not 100% sure if I'm correct).
Any idea what could be a possible workaround for now?
Okay, thanks. You are right. This can be closed as duplicate