actionbarextras icon indicating copy to clipboard operation
actionbarextras copied to clipboard

Titanium Android Native Module that exposes ActionBar features not exposed by the Titanium SDK

Results 12 actionbarextras issues
Sort by recently updated
recently updated
newest added

On Android 9 the right side icon doesn't get tint so it is only the outline of it, like this: ![4affa2c5-88ca-4041-80f3-add47c5cd671](https://user-images.githubusercontent.com/1013632/59775629-ceecc180-92b1-11e9-850e-39e6f639e68e.jpeg) When on older versions of Android it looks just...

Hey, is it possible to render simple HTML (like "My Title") in the title and subtitle? Beste regards Lars

feature

Can we do this too? http://developer.android.com/design/patterns/actionbar.html#contextual http://developer.android.com/guide/topics/ui/menus.html#context-menu There's also a Ticket for this (but low priority) https://jira.appcelerator.org/browse/TIMOB-16369 Would be very nice to have it. Actually I need this right now.

the title change perfectly for the first time, but if I open second window and close it, I connot change the title of the first window

Hi, trying to build with 7.1, looks like it is not supported. Which version is needed? Do I have to upgrade to 7.4? Thank you Bruno

win.addEventListener('open',function(){ abx.setStatusbarColor('#2E7CBD'); abx.setNavigationbarColor('#2E7CBD'); }); statusbar is blue, the actionbar keeps black. Maybe stupide question.

I can't set Icons on the Action Bar when put the TabGroup window. I works great when I remove this ``` ``` Here is my controller ``` $.files.addEventListener('open', function (e)...

Hello, I am using com.alcoapps.actionbarextras(1.7.3) module with Titanium SDK 6.1.1GA and I am getting error (attached file). When I use this module with SDK 6.0.1GA, it is working fine. Could...

The icons in the action bar, do not appear in certain occasions, what is the problem to this? ``` actividad.onCreateOptionsMenu = function(e) { e.menu.clear(); var settingsItem = e.menu.add({ itemId: 101,...

question

Is it possible throught actionbarextras?

feature