取消Banner和开盘图片的裁切
修复主播直播间合集名字、图标错误 调整直播准备间文案 调整直播准备心愿单列表 调整直播间遮罩 调整进场动画svga动画 修复观众及个人中心头像svga闪烁和消失问题
This commit is contained in:
@@ -646,7 +646,7 @@
|
||||
android:text="00:00"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="10sp"
|
||||
android:visibility="gone"
|
||||
android:visibility="invisible"
|
||||
app:dt_left_drawable="@drawable/bg_push_time_point"
|
||||
app:dt_left_height="4dp"
|
||||
app:dt_left_width="4dp" />
|
||||
@@ -655,7 +655,7 @@
|
||||
android:id="@+id/goto_room_view"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="27dp"
|
||||
android:layout_below="@id/lin"
|
||||
android:layout_below="@id/open_sidebar"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginRight="9dp"
|
||||
@@ -948,7 +948,7 @@
|
||||
<LinearLayout
|
||||
android:id="@+id/gif_gift_tip_group"
|
||||
android:layout_width="wrap_content"
|
||||
android:visibility="gone"
|
||||
android:visibility="invisible"
|
||||
android:layout_height="26dp"
|
||||
android:layout_below="@id/hour_rank_layout"
|
||||
android:layout_marginLeft="10dp"
|
||||
@@ -987,7 +987,7 @@
|
||||
android:id="@+id/gif_gift_tip_group_all_server"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="36dp"
|
||||
android:visibility="gone"
|
||||
android:visibility="invisible"
|
||||
android:translationX="500dp">
|
||||
|
||||
<LinearLayout
|
||||
@@ -1060,7 +1060,7 @@
|
||||
<FrameLayout
|
||||
android:id="@+id/gif_gift_tip_group_buy_guard"
|
||||
android:layout_width="match_parent"
|
||||
android:visibility="gone"
|
||||
android:visibility="invisible"
|
||||
android:layout_height="36dp"
|
||||
android:translationX="500dp">
|
||||
|
||||
@@ -1135,7 +1135,7 @@
|
||||
android:id="@+id/gif_gift_tip_group_buy_zuoji"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="30dp"
|
||||
android:visibility="gone"
|
||||
android:visibility="invisible"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginTop="100dp"
|
||||
android:translationX="500dp">
|
||||
@@ -1187,7 +1187,7 @@
|
||||
android:id="@+id/gif_gift_tip_group_buy_liang_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="30dp"
|
||||
android:visibility="gone"
|
||||
android:visibility="invisible"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginTop="135dp"
|
||||
android:translationX="500dp">
|
||||
@@ -1238,7 +1238,7 @@
|
||||
<FrameLayout
|
||||
android:id="@+id/gif_gift_tip_group_buy_vip"
|
||||
android:layout_width="match_parent"
|
||||
android:visibility="gone"
|
||||
android:visibility="invisible"
|
||||
android:layout_height="36dp"
|
||||
android:translationX="500dp">
|
||||
|
||||
@@ -1981,7 +1981,7 @@
|
||||
android:id="@+id/enter_room_svg"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="centerCrop" />
|
||||
android:scaleType="fitCenter" />
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/inner_container"
|
||||
|
||||
Reference in New Issue
Block a user