自定义分享PopupWindow,有需要的直接拿走。
效果预览
应用实例
核心代码
SharePopupWindow代码
|
|
share_popup.xml
|
|
SharePopupWindow调用
|
|
第三个参数,是需要的分享页面的根ID,如:123456789<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:fab="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/content_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/bg" tools:context="com.android.xiaomolongstudio.hua.activity.JokeTextDetailActivity"></RelativeLayout>