Actionbar home icon in ActionBarSherlock - android-actionbar

I am working off of the Styled project for ABS. I would like to customize the home icon in the actionbar. However, nothing I do seems to have any effect. I have tried to set the logo in the Manifest, styles, and in MainActivity. Has anybody come across this?
Thank you,
Igor

This was answered in another post
Apparently you must do getSupportActionBar().setIcon(R.drawable.my_custom_drawable); in MainActivity. I get it, but it's cumbersome that it cannot be set in the Manifest...

Related

How to acess the html of a page on Microweber?

F‌irst of all, sorry for my bad english.
I started to use the Dream Template and I added some changes on the template files and in the custom.css to make the site like I want to.
But I am facing a problem.
Image of my actual navbar
This is how my menu looks like, the problem is that I need that 3 of the sub categories of the menu have each one a different background than the rest of them.
The 3 Sub-Categories I need to change
I need that these three be different from all the others, but how i do that if I don't see the menu on the HTML Editor, and I cannot edit that on the header.php of the template?
So Microweber Support have answered to me and showed me how to do it.
U can style using the data-item-id atribute on CSS (I never have learned about it)
So i will leave this topic here for people that can face the same problem than i haved.
Thanks a lot guys.

How to always open QComboBox popup downwards?

I'm using a stylesheet for my GUI elements such as the QComboBox and I need the popup to drop downwards which is not working at all. I'm working on a Linux based system. My Qt version is 5.4.2.
I already tried to set the style of the whole application with QApplication::setStyle("fusion") or QApplication::setStyle("cleanlooks") which apparently didn't seem to work.
The combobox looks like this:
As you can see the popup always covers the actual button but i need it to expand underneath.
I'd appreciate any help on this matter!
Thanks in advance,
Michael
Found out that it was a style issue. I had to start the application with the -style cleanlooks parameter.

opencart checkout not expand,just show the 6 steps

Hi i have problem with opencart 1.5.6.4,my checkout dont like to expand and to show register or login when you proces to buy the product just,show the 6 step whit out to expand,The buttons at the one-page checkout are not expanding. If u visit this link: http://imeibox.com/index.php?route=checkout/checkout u can see there is not button are not doing anything, so we cannot fill in any information or select any options. Is there a simple solution for this problem or is there bad coding behind those buttons?
kind regards
GEORGI
Well this looks like it could be anything.
First thing that comes to mind,have you added a Jquery library to the header.tpl file recetly? if you have,there's your problem.
Try some checkups to see where the issue is coming from
1:turn off the theme you are using and check the cart again
2:Turn off any new modules you have installed
3:check your error log,and see what you have there,dont forget to check the vqmod/logs
usually that area of opencart works without a problem.so its either some code you did,the theme you are using or a bad module
DO not forget to do a backup before you do anything

Restore default Toad layout

I'm using Toad 6.1
Something happened to my client and now I don't see that nice layout I had before. All forms are Tabbed and etc.
Could someone tell me how to restore settings to defaults?
Thanks
P.S. I tried to use Configuration Wizard and option Default but it did not fix the issue
I have never found an easy way to "go back" to what I've had after restoring Toad. Here's a guide that gives some help:
http://www.brainsurface.com/articles/ToadTipsTricksExpertInsight.pdf
I somehow changed my default view and couldn't see any data.
What solved my issue was:
- Click the "Browser Style" icon. It looks like a little menu icon with three check boxes.
- Click "Toggle RHS Visibility."

Like's window hidden by other element

When I click on "Recommend" the window which button opens is hidden (unvisible) behind the footer.
Actually I've got screenshot to explain it precisely: http://www.diigo.com/item/image/1q1ia/tw30
Of course it's XFBML, because I know problem like this can be found when iframe. Any idea how to fix it?
My weblog address is http://www.votre-site-internet.com/ if you want to check it out by yourself.
Thank you in advance,
Piotr Sochalewski
If you are using FBML, I would look into your CSS z-indexes. I would suggest bumping up the z-index where the like button is.