Customize the action bar footer Android app

Hello

I know my question is the same with this question in July:

http://supportforums.BlackBerry.com/T5/Android-runtime-development/customize-the-action-bar-from-an-...

However, I would like to know is there a plan in future OS release, where we can Autohide the action bar or customize the action with the custom action bar and icon?

Thank you..

Now you can completely eliminate the bar through XML, but that in the next 10.2.1 OS version.

http://devBlog.BlackBerry.com/2013/12/Android-developers-eliminate-the-back-bar-in-your-10-2-1-app/

However I have not seen yet any method of customization.

Tags: BlackBerry Developers

Similar Questions

  • Customize the action of an Android application bar

    Hi all

    When you run an application on BB10 Android, the operating system creates an action bar, which is located at the bottom of the screen. The bar contains the "info" button, back button, show/hide the button and the button that triggers the menu in the Android app.

    I still want to show the bar and delete the info and show/hide the buttons of it. It seems that there is no way to customize the bar to BB 10.1. Does anyone know if BB 10.2 provide APIs to customize the action of the Android app bar?

    Thank you

    Max

    There is no way to customize it.

    However at the point 10.2 the show info / pin buttons are gone, there is only a menu button and back.

    (Of course, the bar is always shown, and it is possible that we will finally have an option allowing developers to disable the bar for their full application)

  • Disable the Animation of the action bar while hiding

    BB10 photos Soft mask the action bar when you tap on the screen. When you do so, the action bar disappears immediately.

    In an application of Cascades, if you:

    Page-> setActionBarVisibility (ChromeVisibility::Hidden);

    ... the action bar to slide down until it is no longer visible.

    I would like to disable this animation, but I don't know how. For the standard controls, I do things like:

    ratingControl-> setImplicitLayoutAnimationsEnabled (false);

    ImplicitAnimationController = allDisabled
    ImplicitAnimationController::create (ratingControl)
    . Enabled (false);

    ... but I'm not familiar with a way to get a reference to the action bar itself, or how, independently of any reference to disable animation.

    Thank you
    Daniel

    Hi Daniel,.

    If you switch between hidden and visibility for the ActionBar overlay it will appear/disappear without animation. Overlay, that's what the photos app uses so the image should not resize when the ActionBar toggle visibility.

  • Problem by placing the button in the action bar

    Hey

    I would like to add a button to the toolbar action and a few other actions menu antion. But the problem is that the button also appears in the action menu.

    Here is the code:

    actions:]
    {ActionItem}

    Title: "Option 1".

    onTriggered: {}
    page 1 of var = catalogue1.createObject ();
    Navigational.push (page 1);
    }
    },
    {ActionItem}
    Title: 'Option 2 '.

    onTriggered: {}
    page 2 var = history.createObject ();
    Navigational.push (page 2);
    }
    },
         
    ActionItem
    {
    Title: 'button '.
    ActionBar.placement: ActionBarPlacement.OnBar
                    
    onTriggered:
    {
    work here.
    }
                    
    }
    ]

    The button appeared on the action bar, as well as in the action menu.

    Can someone help me?

    This is 'normal' and what users would expect, this is why I would not recommend that you change it.

    Having said that trapping however the signal AnimatingToVisibleFull or VisibleFull in the menu then hide or remove the action would be the way to go if you must.

    http://developer.BlackBerry.com/Cascades/reference/bb__cascades__actionmenuvisualstate.html

    Of course, a by-product of this is that it will disappear from the bar thus (perhaps make your app look a bit unstable).

  • How can I customize the navigation bar in Firefox 29? I wish I had the back refresh/stop button in front of the navigation bar!

    How can I customize the navigation bar in Firefox 29? I wish I had the back refresh/stop button in front of the navigation bar!

    One of the developers has been around the forum recently try to answer some of these questions then I quote the developer

    For the entire quote and useful links for corrections and explanations please see

    Each setting you see in a computer program you use requires work; when a developer wants to build something new or improve something, he or she has to go through each related (hidden) setting and test if it still works like before and do that on each platform Firefox runs on. That's Apple's Mac OSX, various flavours of Linux and various flavours of Windows, including Windows XP. This costs time, lots of it, and that amount grows exponentially with each setting that's added. This comes on top of our work to continuously fix, improve and innovate Firefox.
    
  • Customize the Favorites bar

    There is probably an easy fix, but I can't understand not just how to customize the Favorites bar... How do we?

    Small applications

    Touch and hold an application icon in the bar and drag it to reorder or delete.

  • Change the color of the development of the action bar

    Hi all

    Please help me on how to change the color of the focus of the action bar, the default color of the action bar is blue I want to change it to yellow.

    Thanks in advance.

    Do not think, that can be done with the latest version of the SDK.

    See this http://supportforums.blackberry.com/t5/Cascades-Development/How-to-change-tabbed-pane-background-col...

    -Dishooom

  • Is it possible to have different text in action on the action bar menu?

    I want to have the text in the action menu such as 'start my session' and have a title on the tab of the action bar that says only: "Meeting" from the beginning of that meeting is difficult to adapt. Is this possible?

    Thank you once again.

    The code...

    Page {
        actions: [
            ActionItem {
                id: aiFirst
                ActionBar.placement: ActionBarPlacement.OnBar
                title: qsTr("First")
            },
            DeleteActionItem {
    
            }
        ]
    
        onActionMenuVisualStateChanged: {
            if (actionMenuVisualState == ActionMenuVisualState.AnimatingToVisibleFull) {
                aiFirst.title = qsTr("First and still the best")
            } else if (actionMenuVisualState == ActionMenuVisualState.AnimatingToHidden) {
                aiFirst.title = qsTr("First")
            }
        }
    
        [ ... ]
    
    }
    
  • Is it possible to add part or refresh in the action bar.

    I have been seaching the forum but have not found anything, is there a way to add update and share on the action bar?

    The docs for jQuery Mobile / BlackBerry 10 can be found here, including the elements of the action bar:
    https://github.com/BlackBerry/jQueryMobile-BB10-theme/tree/master/docs

  • How to create navigation of the action bar on the right side.

    Hello

    Is there anyway to create the navigation of the action bar on the right side. I see a camera application can use it.

    MAZ

    I don't think that there are standard control that does this.

    You can create a container with DispositionAbsolue and place it outside the screen. LayoutUpdateHandler attached to the main container to obtain its dimensions. The second container "abscissa" can be set to the width of the main container, so it will be off the screen. Visibility of the initially fixed false container.

    When the button is pressed, show the container and drag it into the screen with animation.

    The container can contain any content, for example ListView with required components.

    It's just an idea, I have not implemented this specific scenario.

  • OK, this is a really stupid question, but I'm trying to add a soundtrack to a project in first 10 elements, and the aide said section "click music in the action bar to display the Panel of music." I can't find a 'Music' box to click around. Can someone p

    OK, this is a really stupid question, but I'm trying to add a soundtrack to a project in first 10 elements, and the aide said section "click music in the action bar to display the Panel of music." I can't find a 'Music' box to click around. Can someone tell me please in the right direction?

    cdmw

    If your program is first items 10

    a. you are in help for first items 11, not 10, and his description of the Action/music bar tab.

    or

    b. more unlikely since first elements 11 was not yet released, there is a typing error in the

    First Elements 10 help.

    In first 10, chronology workspace Elements, see Audio Tools (speaker icon) above the timeline and his choice of SmartSound.

    Please review and study and then we can then what to do next.

    Thank you.

    RTA

  • Limit the "Record Type" options in the section search for presentation of the action bar

    Is it possible to limit the options of 'Record Type' in the 'Search' section in the disposition of the action bar for users specific role.

    Thank you!

    Mahesh, if you uncheck the box to go to step 2 of the role that you would restrict access to these types of records in the section of the application and research in the action bar.

  • How can I customize the "awesome bar"?

    I just got the upgrade forced to 12 Firefox, and while I don't like for much of the new interface, I can cope. That said, I can't stand the changes to the "awesome bar". It's very distracting that it appears highlighted whenever I have my cursor on it, and I don't like that all of the text other than the main domain (e.g. mozilla.org) is grey. Is it possible to return to normal?

    You'd be able to get almost all the customizations you want via Add-ons and personas. There is a good post about that and more here.

    Latest Firefox

  • How to add the custom button on the action bar

    Hey guyzz how create a button custom action so bar showTabsOnActionBar: false as the search bar in the Blackberry world button and play in the music player

    It would be the signature action, available since 10.3
    https://developer.BlackBerry.com/native/reference/Cascades/bb__cascades__actionbarplacement.html#ENU...

  • Customize the Action menu in the interactive report

    To change the word 'Action' in the menu of the interactive report.

    Apex 4, we had the 'Image of the Action menu' option, but the Apex 5 this option disappeared.

    This isn't in known issues in the Apex 5!

    Someone knows how to set an image or other text to the menu Action interactive report?

    Anderson.Ferreira wrote:

    To change the word 'Action' in the menu of the interactive report.

    Apex 4, we had the 'Image of the Action menu' option, but the Apex 5 this option disappeared.

    This isn't in known issues in the Apex 5!

    Someone knows how to set an image or other text to the menu Action interactive report?

    Why do you need to change?

    Follow the instructions in 'Translating Messages used internally by Oracle Application Express' to create a custom text for the message of the APEXIR_ACTIONS system. Available for translation/customization internal messages are listed in these tables.

Maybe you are looking for