UNPKG

phonegap-facebook-plugin

Version:

The official Facebook plugin for Apache Cordova/PhoneGap

26 lines (23 loc) 793 B
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@drawable/com_facebook_button_like_pressed" android:state_focused="true" android:state_pressed="true" /> <item android:drawable="@drawable/com_facebook_button_like_pressed" android:state_focused="false" android:state_pressed="true" /> <item android:drawable="@drawable/com_facebook_button_like_background" android:state_focused="true" android:state_pressed="false" /> <item android:drawable="@drawable/com_facebook_button_like_background" android:state_focused="false" android:state_pressed="false" /> </selector>