From 799b8662790850240bc6e7e6d16241c1a8869a3d Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 27 八月 2021 19:02:34 +0800
Subject: [PATCH] 穿山甲广告SDK更新,64位处理器兼容

---
 BuWanVideo/src/com/weikou/beibeivideo/ui/dialog/UserProtocolDialog.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/BuWanVideo/src/com/weikou/beibeivideo/ui/dialog/UserProtocolDialog.java b/BuWanVideo/src/com/weikou/beibeivideo/ui/dialog/UserProtocolDialog.java
index bce82eb..f0444ec 100644
--- a/BuWanVideo/src/com/weikou/beibeivideo/ui/dialog/UserProtocolDialog.java
+++ b/BuWanVideo/src/com/weikou/beibeivideo/ui/dialog/UserProtocolDialog.java
@@ -104,7 +104,7 @@
             dialog.setCanceledOnTouchOutside(true);
             final View layout = inflater.inflate(R.layout.dialog_user_protocol, 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_title = layout.findViewById(R.id.tv_title);
             TextView tv_content = layout.findViewById(R.id.tv_content);
             tv_content.setText(TextViewUtil.getClickableHtml(webviewData, context, Color.rgb(23,106,230)));

--
Gitblit v1.8.0