Facebook分享Btn禁用(灰色)Android

时间:2018-07-13 08:24:29

标签: android facebook facebook-android-sdk facebook-share

Facebook Share Btn Design

这是Facebook btn share xml的红色

enter image description here

然后我通过使用ShareDialog关注了Facebook分享对话框文档

public void shareToFacebook() {

    myAsyncTask = new MyAsyncTask();
    myAsyncTask.execute();

        ShareLinkContent linkContent = new ShareLinkContent.Builder()
                .setContentUrl(Uri.parse(Constants.KBserver + "/book?id=" + bookDTO.id))
                .build();

        shareDialog.show(linkContent);


    }

并且我使用onClick函数来触发函数shareToFacebook();

0 个答案:

没有答案