Giter VIP home page Giter VIP logo

Comments (9)

manumaticx avatar manumaticx commented on June 7, 2024

Hi Mads,

Shouldn't the drawer provide the drawer icon?
This is usually set up with a ActionBarDrawerToggle which ties together the icon and the drawer layout. I can't think of a scenario where it would make sense to set it up without a drawer. Or isn't this what you want?

from actionbarextras.

viezel avatar viezel commented on June 7, 2024

well forget that icon then.. is it possible to change that icon. lets imagine its a menu icon that is not a drawer, and you want another icon than a back button cavat.

from actionbarextras.

manumaticx avatar manumaticx commented on June 7, 2024

I've never tried but I'm pretty sure this is possible. You could either do this by theme:
<item name="android:homeAsUpIndicator">@drawable/my_custom_indicator</item>

or change it at runtime (needs to be exposed) but I'm afraid it would behave like hiding the actionbar at runtime: you'll see the up icon for a second before it's changing to the menu icon.

But wouldn't it be another solution to use the actionBar.icon property for this?

from actionbarextras.

viezel avatar viezel commented on June 7, 2024

i already did this by theme, but then it overrides it for the entire app, cause titanium does not have specific activities for each "window" in the app.

I tried the actionBar.icon property, but to my testing it is implemented wrong and actually switching out the app icon instead of the up button icon.

from actionbarextras.

manumaticx avatar manumaticx commented on June 7, 2024

Since 3.4.0 Ti.UI.Window has a theme property which gives you the ability to set a theme for a specific window.

Yeah, forget the icon property, stupid idea. Of course this replaces just the icon.

Ok, I'm going to try this asap!

from actionbarextras.

viezel avatar viezel commented on June 7, 2024

hmm yeah, that might work in 3.4.0

from actionbarextras.

manumaticx avatar manumaticx commented on June 7, 2024

There it is. Have a look into the example ;)

from actionbarextras.

viezel avatar viezel commented on June 7, 2024

@manumaticx AWESOME !
cheers buddy

from actionbarextras.

manumaticx avatar manumaticx commented on June 7, 2024

✌️ cheers

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.