share_btn_tencent.xml 298 Bytes
<?xml version="1.0" encoding="utf-8"?>

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/share_btn_qq_sel" android:state_pressed="true" />
    <item android:drawable="@drawable/share_btn_qq_nor" android:state_pressed="false" />
</selector>