| 14792 |
manas |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
3 |
|
|
|
4 |
<item
|
|
|
5 |
android:drawable="@drawable/com_facebook_button_like_pressed"
|
|
|
6 |
android:state_focused="true"
|
|
|
7 |
android:state_pressed="true"
|
|
|
8 |
/>
|
|
|
9 |
<item
|
|
|
10 |
android:drawable="@drawable/com_facebook_button_like_pressed"
|
|
|
11 |
android:state_focused="false"
|
|
|
12 |
android:state_pressed="true"
|
|
|
13 |
/>
|
|
|
14 |
<item
|
|
|
15 |
android:drawable="@drawable/com_facebook_button_like_background"
|
|
|
16 |
android:state_focused="true"
|
|
|
17 |
android:state_pressed="false"
|
|
|
18 |
/>
|
|
|
19 |
<item
|
|
|
20 |
android:drawable="@drawable/com_facebook_button_like_background"
|
|
|
21 |
android:state_focused="false"
|
|
|
22 |
android:state_pressed="false"
|
|
|
23 |
/>
|
|
|
24 |
|
|
|
25 |
</selector>
|
|
|
26 |
<!-- From: file:/Users/karthiks/Code/android-sdk/facebook/res/drawable/com_facebook_button_like.xml --><!-- From: file:/home/kshitij/AndroidStudioProjects/ProfitTill/app/build/intermediates/exploded-aar/com.facebook.android/facebook-android-sdk/3.20.0/res/drawable/com_facebook_button_like.xml -->
|