I\'m making an app and I\'d like to be able to set various colors via user input(edittext) and hex values e.g. #eeeeee and so on. Problem is I cannot seem to figure out how to c
http://download.oracle.com/javase/1.4.2/docs/api/java/lang/Integer.html#parseInt(java.lang.String, int)
For example:
titlebar.setBackgroundColor(Integer.parseInt("545455", 16)+0xFF000000);