I'm using the : Android Design - Icons 20131120\Action Bar Icons pack.
All the icons are in png format. ( which supports semi transparency )
For example :
<ImageView
android:id="@+id/imageView3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_action_important"/>
As you can see it is transparent : ( you can see the arm at the back of the location icon).
Question
I don't want it to be transparent .
How can I make ( besides re-edit icons) it looks like 100% white icon( without transparency) ?