Saturday, March 15, 2014
Tuesday, March 4, 2014
How to hide action bar before activity is created (link)
I had to solve somehow the issue when default actionbar is shown right before I've to inflate the custom view for it. I've found this link with good explanation how to fix it.
Saturday, February 22, 2014
Friday, February 21, 2014
Thursday, February 20, 2014
Wednesday, February 19, 2014
Android - How to apply color filter over ImageView component (link)
http://stackoverflow.com/questions/8193447/i-want-to-add-a-color-filter-to-the-imageview
If you want to use your predefined colours get them this way e.g. :
v.setColorFilter(getResources().getColor(R.color.green), PorterDuff.Mode.SRC_ATOP);
Subscribe to:
Posts (Atom)