Does anyone know where the xml code is that will remove the white color that the Icon is sitting on? I just want the Icon and the text below it to show.
Does anyone know where the xml code is that will remove the white color that the Icon is sitting on? I just want the Icon and the text below it to show. |
please provide screenshot of what you are referring to. It may be a css style that you can replace, but depends on what you are referring to. Some icons are actual pics - so the bg for that pic may be white, and some are fontAwesome icons, which have no background color. caredesign.net |
I have attached the screen shot. The messages icon (yellow envelope) does not have a background on its own. It is, like all the others sitting on a background of white. Thank you for taking a look at the problem. |
Is that maybe related to your theme in particular? (That doesn't look like the default theme) |
Please try to make the following change (android:background is changed): <!-- Home button styles -->
<stylename="OOHomeButtonCont"> <item name="android:layout_width">@dimen/home_button_cont_width</item> <item name="android:layout_height">@dimen/home_button_cont_height</item> <itemname="android:padding">0dip</item> <itemname="android:clickable">true</item> <item name="android:background">#00ffffff</item> </style> I hope it helps. Rules → http://www.boonex.com/terms |