I'm working on an android apk in which the app drawer background is changed. I have searched through the internet. I have found 2 methods to change the app drawer's black background.
First one is using apktool, which decompiles launcher.apk and builds it back to apk format. In between the programmer do the required changes ( res/values/colors , background="..." ). Then sign and move it back to system/app folder.
Second one is using another application like GO Launcher, but I have to use my own application to change the black background color programmatically. Is there a way to achieve this ( in eclipse for example ) ?