From 417a9ac62812798ecc2607e30f0c102dab8cabb4 Mon Sep 17 00:00:00 2001 From: ningwenqiang Date: Tue, 15 Oct 2024 13:15:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=99=E4=B8=AAicon=E5=9C=A8=E6=9C=89?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E5=86=85=E5=AE=B9=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E5=B0=B1=E5=8E=BB=E6=8E=89=E5=90=A7=EF=BC=8C=E5=8F=AA=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=A0=87=E9=A2=98=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/yunbao/live/views/LiveNewReadySwViewHolder.java | 1 + live/src/main/res/layout/view_new_live_ready.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/live/src/main/java/com/yunbao/live/views/LiveNewReadySwViewHolder.java b/live/src/main/java/com/yunbao/live/views/LiveNewReadySwViewHolder.java index 6b9a99bc5..36a1b319f 100644 --- a/live/src/main/java/com/yunbao/live/views/LiveNewReadySwViewHolder.java +++ b/live/src/main/java/com/yunbao/live/views/LiveNewReadySwViewHolder.java @@ -142,6 +142,7 @@ public class LiveNewReadySwViewHolder extends AbsViewHolder implements View.OnCl mRootView = (ConstraintLayout) findViewById(R.id.traceroute_rootview); selectorProtocol = (ImageView) findViewById(R.id.selector_protocol); anchorAgreement = (TextView) findViewById(R.id.anchor_agreement); + titleIconImg=findViewById(R.id.titleIconImg); btn_live_clarity = findViewById(R.id.btn_live_clarity); mRootView.setOnClickListener(new View.OnClickListener() { @Override diff --git a/live/src/main/res/layout/view_new_live_ready.xml b/live/src/main/res/layout/view_new_live_ready.xml index c4d75fa0f..d8962cf51 100644 --- a/live/src/main/res/layout/view_new_live_ready.xml +++ b/live/src/main/res/layout/view_new_live_ready.xml @@ -139,6 +139,7 @@ tools:ignore="MissingConstraints" />