Skip to content

How to disable new Titanium.UI.OptionBar in Android #12813

Answered by m1ga
Brianggalvez asked this question in Q&A
Discussion options

You must be logged in to vote
<Alloy>
    <Window theme="Theme.MaterialComponents.Light.DarkActionBar">
        <OptionBar>
            <Labels>
                <Label>One</Label>
                <Label enabled="false">Two</Label>
                <Label enabled="false">Three</Label>
            </Labels>
        </OptionBar>
    </Window>
</Alloy>

this will only enable the first option.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Brianggalvez
Comment options

Answer selected by Brianggalvez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants