admin
2021-07-06 abce02c7a61820f5d580f87364d542e817be429c
app/src/main/java/com/tejia/lijin/app/ui/dialog/CopyTitleDialog.java
@@ -89,7 +89,7 @@
            final CopyTitleDialog dialog = new CopyTitleDialog(context, R.style.Dialog);
            View layout = inflater.inflate(R.layout.item_copy_goods_title, null);
            dialog.addContentView(layout, new FrameLayout.LayoutParams(
                    FrameLayout.LayoutParams.FILL_PARENT, FrameLayout.LayoutParams.WRAP_CONTENT));
                    FrameLayout.LayoutParams.MATCH_PARENT, FrameLayout.LayoutParams.WRAP_CONTENT));
            TextView tv_goods_description = layout.findViewById(R.id.tv_goods_description);
            tv_goods_description.setText(message);
            //  搜索