Thanks for this. I am still pretty much in the dark, but a little bit lighter now...
I have a general question, hopefully not too ot - let me know if so - trying to set bg of a text edit view which there is no drawable or layout xml for. I found the smali file for it, and a handful of lines indicating setBackgroundColor, with value of (I)V. I think I understand that the V is for void, and I need to change what's in the parentheses to a color value, (0xffffff, or something). I've found several examples on xda and stack overflow with 'color' and 'parse color', etc, but everything I try gets a recompile error - 'no viable alternative'. I'm sensing that I need to add something else, but not quite sure, (maybe a 'const' or 'if' line...). Any help?
Thanks