去除无引用文件
修复一下问题: 1.心愿单 2.开播通知问题 3.头像框闪烁问题
This commit is contained in:
@@ -788,7 +788,6 @@
|
||||
android:visibility="gone">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/img_hot_gif"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
</FrameLayout>
|
||||
@@ -1236,7 +1235,6 @@
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/full_service_notice_new_icon"
|
||||
android:layout_width="52dp"
|
||||
android:layout_height="52dp"
|
||||
android:layout_marginStart="0dp"
|
||||
@@ -1349,7 +1347,6 @@
|
||||
android:src="@drawable/icon_zuoji" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/iv_look_buy_zuoji"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="25dp"
|
||||
android:layout_gravity="right|center"
|
||||
@@ -1401,7 +1398,6 @@
|
||||
android:src="@mipmap/icon_live_chat_liang" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/iv_look_buy_liang_name"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="25dp"
|
||||
android:layout_gravity="right|center"
|
||||
@@ -1474,7 +1470,6 @@
|
||||
</FrameLayout>
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/live_item_view_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="36dp"
|
||||
android:translationX="0dp">
|
||||
@@ -2215,7 +2210,6 @@
|
||||
android:scaleType="fitCenter" />
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/inner_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
@@ -2381,7 +2375,6 @@
|
||||
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/bannerLayout"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
@@ -2530,7 +2523,6 @@
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/btn_event1"
|
||||
android:layout_width="68dp"
|
||||
android:layout_height="68dp"
|
||||
android:layout_gravity="right"
|
||||
|
||||
Reference in New Issue
Block a user