I want to use custom like button instead of Facebook\'s Like button in my android application.Is it possible to use custom Like buttons? How to implement this?I searched in Stac
Because it's Android you can customize absolutely everything. For example I have created sample custom LikeView. You can set any color you want but try to consider Facebook convention.
Rule as following:
In Android application if you reimplement resource from any SDK it overides it to new value which you set.
I have found these variables from FacebookSdk classes and has overided it on my own application. You can do too.
1. Add following style to your style file and set your own selector. It will overide LikeButton selector
2.Add following colors to your color.xml file. Set any color you want.
#FFFFFFFF
#FFFFFFFF