Giter VIP home page Giter VIP logo

Comments (7)

manumaticx avatar manumaticx commented on June 15, 2024

Will have a look at this when I'm back from vacations :)

from actionbarextras.

ricardoalcocer avatar ricardoalcocer commented on June 15, 2024

Stop reading emails while on vacations...you'll get in trouble :)

from actionbarextras.

manumaticx avatar manumaticx commented on June 15, 2024

OK, I fooled around with this. But I didn't manage to enable the SplitActionBar after the window is open. So, I could not find a way to toggle between normal and split ActionBar because you have to set this option either in the Manifest or in the activities onCreate method. I'm not aware of how you can hook into the Activity Lifecycle from within a module.

The only way I was successfully enabling the Split ActionBar was setting this in the tiapp.xml:

<activity android:name="org.appcelerator.titanium.TiActivity" 
    android:configChanges="keyboardHidden|orientation|screenSize"
    android:uiOptions="splitActionBarWhenNarrow">

    <meta-data android:name="android.support.UI_OPTIONS"
        android:value="splitActionBarWhenNarrow" />
</activity>

But this enables the Split ActionBar for every Activity / Window. And this is not what we want. It's a pitty that you can't define multiple Activity definitions in the Manifest. A possible workaround could be using the TranslucentActivity together with a custom Theme. Maybe I'm going to create an example project for this. But for now, I don't see a chance to integrate this feature into the Module 😒

btw. here's a related jira ticket: TIMOB-17393

from actionbarextras.

manumaticx avatar manumaticx commented on June 15, 2024

As I mentioned before, I do not see a way to do this with the module because you need to hook into the window creation. I have just submitted a PR to the core to enabling splitActionBar support: tidev/titanium-sdk#6124

So, you can close this issue.

from actionbarextras.

ricardoalcocer avatar ricardoalcocer commented on June 15, 2024

Thanks for checking it out.

from actionbarextras.

manumaticx avatar manumaticx commented on June 15, 2024

It works better this way.

I tried some approaches but I think official support is better than hacking around. Hopefully they'll merge it!

from actionbarextras.

ricardoalcocer avatar ricardoalcocer commented on June 15, 2024

https://jira.appcelerator.org/browse/TIMOB-17393

from actionbarextras.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.