Remove the white color behind the icons

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.

Quote · 8 Apr 2014

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
Quote · 8 Apr 2014

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.

Quote · 9 Apr 2014

Is that maybe related to your theme in particular?

(That doesn't look like the default theme)

Quote · 11 Apr 2014

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
Quote · 13 Apr 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.