Workaround to change lollipop navigation bar?

I am creating themes with Theme Creator. I realize that it does not support Lollipop yet, and know that it's already in the works and there is no use complaining. However, it is clear that some theme creators have found a way to change the navigation bar buttons. I have installed themes like Clean Foggy and Mad Max on my Z1s with Lollipop and, for better or worse, they change the navigation bar. The is even a line in the permissions list indicating that they do so, complete with a Lollipop icon, so this is clearly a functionality that is available. So if it is not available through Theme Creator, what other program must I download to access it? Must it be changed completely through code as a from-scratch Android app?

Hi Khaled, Theme-creator-v0_0_3-BETA will not completely support lollipop, Only some features will work. Some colors will not change.It will be supported in next version of theme-creator. Regards,
Shreyas.

Similar Messages

  • Changing a Navigation Bar

    So I've chose the 'Main Stage' template (I think that's what it's called) and I'm customising it myself. I want to change the colour of the navigation bar and get rid of the footer at the bottom. To get rid of the footer I've just reduced the footer size, is that the best thing to do? And I can cant find a way of changing the navigation bar's colour????
    Help!
    Cheers

    Regarding the footer the only way to get rid of it is to set it to zero in the Inspector/Page/Layout pane.
    As for the links color, that's all controlled by javascript and not readily doable. Cyclosaurus has posted various javascript bits to use in HTML snippets to modify the links. The only color script I've found of his is to change the rollover color. You can read about it near the middle of this demo page: Misc. Items.
    You can have much more control over the navbar by creating your own Text Based Navbar. Deactivate the built in navbar and create a text box with the links in the font (Web Safe Font only). The downside is that you will have to copy an past the text box on each page the first time an any time you add or remove a page.
    OT

  • Need to change the navigation bar direction in my site!

    I've got my site up and am working with it. I have some sense of HTML coding. My question/situation:
    I changed the name of my Home.html page to index.html so that google analytics could spider all my external and internal links. This went off with one major hitch... all the pages after the index page still send "Home" in their navigation bar to Home.html which no longer exists. Where can I find the file/feed/script or whatever to change the internal coding to direct that old Home in the navigation bar to my new index file?
    My site is www.womenswellnessmarketplace.com
    Thanks..I do realize that the themes are different in the home page and the following pages...thats my next big task!!

    Don't know what I did but it seems to be working now!

  • Changing the navigation bar - help!

    Hi,
    I'm making my personal website with iWeb (using the "Modern" template as a base) and I would like to personalise the navigation bar. I have already managed to change the colours of the words modifying the xml file for the template, but I would like the Menu to start about one inch further to the right, because I want to put the logo on the left hand side.
    I would also like to change the font size.
    I’ve searched already on many forums everywhere and I haven’t found anything really useful.
    Please, could anyone tell me exactly how to do this? I would need step-by-step instructions, because I’m not the “coder” type.
    I hope you can help me. Thank you very much.

    Go to:
    11mystics.com
    they have tutorials on changing templates and other stuff. I think they have one on changing fonts.
    The notation I found in this thread suggests NOT messing with nav bar settings ...but here is the thread:
    http://discussions.apple.com/thread.jspa?messageID=3288533&#3288533
    Also, with iWeb 08 ...some of the software architecture has changed and may not work down the road. Luck...

  • Changing link navigation bar font and color

    Is it possible to change the font and color on the links for each page on iWeb?

    Welcome to the Apple Discussions. Yes, with the code and a HTML snippet that's described in this tutorial: #24 - How to Change the Basic, Rollover and Visited Color of an iWeb Navbar.
    However, if you want to create a site that is more search engine friendly I suggest you create a text based navbar as described in this demo page: Text Based Navbar. If you don't have a lot of pages in your site it's not too difficult.
    OT

  • [Forum FAQ] Customize the Navigation Bar in Outlook 2013

    In Outlook 2013, the Navigation Bar is a gray bar which lists commands at the bottom of the Outlook window that enable you to quickly navigate to Mail, Calendar, People, and Tasks.
    You can change the Navigation Bar settings for a single user by clicking
    … and then Navigation Options. For more information, please refer:
    http://office.microsoft.com/en-us/outlook-help/change-what-appears-on-the-navigation-bar-HA102838974.aspx
    However, if you want to change the Navigation Bar settings for all users in your organization, you’ll need to modify the registry.
    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that
    you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry
    http://support.microsoft.com/kb/322756.
    To modify the Compact view
    To maximize the vertical height of the Outlook window you can use Compact Navigation. We can change the setting by creating the
    ABCompact registry key. To do this, please follow the steps:
    1. Press Windows key + R to open the Run command, type regedit
    and press Enter to open the Registry Editor.
    2. Locate the following registry path:
    HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Options
    3. Right-click on the Options folder and select NEW > KEY, name it
    WunderBar.
    4. Select the WunderBar key, right-click on it and select
    NEW > DWORD (32-bit) Value and name it ABCompact.
    Value name: ABCompact
    Value type: DWORD (32-bit)
    Value: 1 to tick the Compact Navigation;
    0 to untick it.
    5. Restart Outlook to make the change.
    To modify the Maximum number of visible items
    To change how many views appear on the Navigation Bar, you need to change the number for Maximum number of visible items by modifying the
    NumBigModulesAB registry key.
    Value path: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Preferences
    Value name: NumBigModulesAB
    Value type: REG_DWORD
    Value: 1-8
    The key doesn’t exist by default. When the value is set to 1, only
    Mail will appear on the Navigation Bar. If the value is set to
    8, all views will appear.
    To modify which view is turned on or off
    You can also turn one or more views off from the Navigation Bar. This is controlled by a registry string named
    ModuleVisible15.
    Value path: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Preferences
    Value name: ModuleVisible15
    Value type: REG_SZ
    Value: 1,1,1,1,1,1,1,0,0
    By default, the string value is set to 1,1,1,1,1,1,1,0,0.
    1 means the view is turned on while 0 means the view is turned off. Moreover, the value correspond one-to-one with the views, for example, the first “1” correspond to
    Mail, and the second “1” correspond to
    Calendar… By default, the eighth and ninth view is turned off. The eighth is
    Journal and I have no idea what the ninth number stands for. You can open Journal by pressing Ctrl+8, but if you want it to appear on Navigation Bar, you can change the eighth “0” to “1”.
    To modify the view order
    If you want to switch the positions of Mail and Calendar, you’ll need to modify the
    ModuleOrderAB string.
    Value path: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Preferences
    Value name: ModuleOrderAB
    Value type: REG_SZ
    Value: 1,2,3,4,5,6,7,8,9
    The default order for the Navigation Bar is:
    Mail  Calendar  People  Tasks  Notes  Folders  Shortcuts 
    Journal
    In the registry string there are 9 numbers (1~9), let’s just ignore 9. So, there are 8 numbers left and each number has some relationships to each Navigation item.
    Here is the logic:
    There are 8 Navigation Options. Let’s say ‘Mail’ is Nav1, Calendar is Nav2, People is Nav3, …, Shortcut is the Nav7 and Journal is Nav8.
    Meanwhile, there are 8 positions to put those 8 Navigation items, we name them
    position1 to position8, from left to right.
    For example,    CALENDAR  TASKS  PEOPLE  FOLDERS  MAIL  NOTES  SHORTCUTS 
    Journal
    ModuleOrderAB=    5                
    1              3               
    2              6           
    4                
    7                   
    8
    The number “5” is in the first position of the ModuleOrderAB string and it takes
    position1. The default navigation option for position1 is
    Mail.
    So, “5” means put Nav1 (Mail) on position5.
    “1” is on position2, default navigation item on
    position2 is Calendar. It means put Calendar on
    position1.
    So, “3” means put People on position3; “2” means put
    Task on position2… and so on.
    If you have more questions, welcome to post in the forum. Thank you.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    There isn't a built in way to do that since all the navigation toolbars are on one toolbar.
    You can restore this functionality by installing the Classic Theme Restorer add-on
    *https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/

  • Navigation Bar Image

    Hello,
    Is there a way to display the image of the navigation bar entry on the top instead of in line
    with the text? I tried several things with my moderate html knowledge but didn't get it
    working.
    Denes Kubicek

    Edit your page template and change the "Navigation Bar Entry" attribute.
    This is an example of a navigation bar entry sub template:
    <td valign="top">#TEXT#</td><td valign="top">
    <img src="#IMAGE_PREFIX#themes/theme_9/separator.png"/>
    </td>
    If you are using a theme upgraded from a 1.5 version of HTML DB this page template attribute may not be supplied; however if you use a 1.6 or 2.0 theme it should be populated.
    You have another alternative as well; you can use an HTML DB list to build a navigation bar. You will need to put a region display position in your page template where you have your nav bar; then you can create a list on page 0 and it will show on all pages.
    Mike

  • Navigation Bar text colour

    Hi- is it possible to change the navigation bar colour ? I've been trying but not discovered how to. I started with the white template.
    Thankx, Kay.

    Kay:
    It's not a normal user controlled item. It's generated by javascript and somewhere in iWeb's themes packages there's a .js file that you can edit to make some changes. It's not for the faint of heart.
    However, you can make your on text based navbar and have any font (web safe), color, roll over color, etc. like in this demo page.
    OT

  • Navigation Bar Entry Subtemplate Definition

    Is there a substitution string that represents the link for an Navigation Bar Entry?
    I want to control the display of the entries in the navigation bar. The Navigation Bar SubTemplate Definition and #BAR_BODY# substitution string allow you to control the display of the bar as a whole.
    Entries in the Navigation Bar Entry Subtemplate Definition display correctly for each entry in the Navigation Bar, but unless you can also include the link itself, it is all rather pointless!
    Thanks
    Roger

    Scott
    I want to change the spacing between the navigation bar entries so that instead of looking like:
    Print Logout NavHere NavThere
    they look like (for example):
    Print - Logout - Navhere - Navthere
    I thought I would be able to do this by editing the Page Template. The Page Template definition page contains Subtemplates for Navigation Bar and Navigation Bar entry. Making changes to the Navigation Bar Subtemplate controls the whole bar and would allow, for example:
    < Print Logout Navhere Navthere >
    by setting the Subtemplate to
    < #BAR_BODY# >
    I thought I would be able to achieve what I want by changing the Navigation Bar Entry Subtemplate definition to, for example:
    #BAR_LINK# -
    Unfortunately, I don't know what the correct substitution string is to include the actual link entry in the template. It's not #BAR_LINK#, which I made up.
    If this isn't the purpose of the Navigation Bar Entry Subtemplate definition, what is it for?
    Don't worry about the actual formatting of the link, I just want to know how to wrap some standard HTML around each entry in the Navigation Bar.
    Thanks
    Roger

  • How can I create a navigation bar in the template so I can change the down state of a button on a page made from the template in DW3?

    We're creating pages from a template in DW3. The template includes a header, footer and a navigation bar. We've made the navigation bar an editable region so that we can change the down state of the buttons on pages where it is required. However, when we make a new page from the template and try to change the behaviors of the buttons in the navigation bar it will not allow us to make those changes. 

    Have you considered using CSS styled text/list menus instead of image rollovers.  It isn't hard really and it's actually a much better choice for   web accessibility and for search engines to find and follow your links.   Here are some links to several CSS menu systems you can try:
    CSS Express Drop-Down Menus (tutorial)
    http://www.projectseven.com/tutorials/navigation/auto_hide/
    CSS Tab Designer creates 60+ CSS Styled Button and Tab Menus  (download)
    http://www.highdots.com/css-tab-designer/
    List-O-Rama  (DW Extension)
    http://www.dmxzone.com/go?5618
    CSS  Menu Maker (On-Line Menu Generator)
    http://www.cssmenumaker.com/
    Pop-Menu  Magic2 by PVII (DW extension purchase)
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Change navigation bar Adobe Reader plugin on Mavericks 10.9.5

    I have installed the latest version of Acrobat Reader on my Mavericks 10.9.5.
    I'm using safari browser with adobe reader plug in to read PDF document in web viewer.
    A few months ago I have noticed that the navigation bar / toolbar is different from what is used to be on Adobe Reader in safari.
    In the original navigation bar there was more options.
    How can I change it back to the default navigation bar to look like this?

    You need to go into the Safari>Preferences>Security>Manage Web Site settings,
    Select Adobe Reader
    Set Allow  Always for all web sites.

  • How to change color on Navigation Bar.

    Website: www.iphoneappguru.com
    How can I change the color of the navigation bar to something else? Check it out on my website!
    Thanks!
          -RahulR

    This tutorial may be of help: #24 - How to Change the Basic, Rollover and Visited Color of an iWeb Navbar.
    OT

  • Changing hyperlink colors for the navigation bar

    hello all i am trying to figure out how to change the color of the links that are the top of my page in the navigation bar. i know how to do it with the ones in my text- but i cannot figure out how to do so for the ones at the top of each page in the navigation bar.
    any help would be much appreciated!

    Welcome to the Apple Discussions. Here's a link to a post by Cyclosaurus, the resident java script expert, about changing the font, etc. in the navbar with java script and a HTML snippet.. Don't know if includes color also.
    http://discussions.apple.com/thread.jspa?messageID=8600361#8600361
    OT

  • FF4 is not saving certain Navigation Bar changes

    In particular, I can't permanently (resets after restart) move/remove the arrow buttons, home button, or move search and/or address. I also can't add things to navigation bar. I have tried a safe mode reset of the toolbars. After doing so, I can remove certain items from the Nav bar, but the above problem persists.
    After all changes, this is what I'm left with that I cannot alter at all: http://gyazo.com/b6d9206ceb1b079e19a0d7d77b37d869.png
    For what it's worth, my add-on bar is saving all changes.
    Thanks if you can provide any help.

    You can check for problems with the localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • Oracle Apex 4.0: Changing #WELCOME_USER# at Navigation Bar

    Hi,
    In my case, I am logging into the system using user_id. However, as it is a numerical id, in navigation bar it is showing as "Welcome 1". I am using database authentication for login.
    I have a table where mapping of user_id & user name exists.
    I want to display user name instead of user id. e.g. "Welcome <User_lastname>, <User_firstname>".
    Can I call database while each page loads? Any suggestions.
    Thanks,
    Nov-tech

    Hi,
    maybe this helps Nov-tech
    hi,
    You can change the #WELCOME_USER# by using calling this plsql code in page:
    begin
    apex_application.g_flow_owner := 'OWNER_NAME';
    end;
    Where
    OWNER_NAME = Name of the user which you want to set
    Regards,
    Kartik(from APEX 4:   #WELCOME_USER# substitution string
    you can also check this here : (how to change welcome message
    Cheers Blacksev

Maybe you are looking for