phonegap-facebook-plugin
Version:
The official Facebook plugin for Apache Cordova/PhoneGap
26 lines (23 loc) • 793 B
text/xml
<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>