Like Button is a library that allows you to create a button with animation effects similar to Twitter's heart when you like something. To use this like button in your layout simply copy and paste the xml provided. There are several other attributes that can be used to configure the button's behaviour and appearance. They are shown below and will be explained in the sections that follow long with their java counterparts. To set the inital liked state of the button you simply use the setLiked functionality via XML or Java. This will show the button in the liked state with the drawable that you selected. You can also set if the button is to be enabled or disabled. Once disabled, the animation, listener or any other functionality of the button won't be triggered. The libary is bundled with three icons that you can use. A heart,thumb and a star.