修改连麦样试
This commit is contained in:
parent
db8dc2a781
commit
8507fc1bb7
@ -554,9 +554,9 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
||||
}
|
||||
|
||||
public void updataCleanMic() {
|
||||
mic_view.setVisibility(View.GONE);
|
||||
mic_view1.setVisibility(View.GONE);
|
||||
mic_view2.setVisibility(View.GONE);
|
||||
mic_view.setVisibility(View.INVISIBLE);
|
||||
mic_view1.setVisibility(View.INVISIBLE);
|
||||
mic_view2.setVisibility(View.INVISIBLE);
|
||||
}
|
||||
|
||||
public static void paygzGif(String url, String liveid) {
|
||||
|
@ -2065,6 +2065,7 @@
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginTop="120dp"
|
||||
android:layout_marginRight="19dp"
|
||||
android:gravity="bottom"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
||||
@ -2074,7 +2075,7 @@
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_marginTop="19dp"
|
||||
android:visibility="gone">
|
||||
android:visibility="invisible">
|
||||
|
||||
<View
|
||||
android:layout_width="41dp"
|
||||
@ -2107,7 +2108,7 @@
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_marginTop="19dp"
|
||||
android:visibility="gone">
|
||||
android:visibility="invisible">
|
||||
|
||||
<View
|
||||
android:layout_width="41dp"
|
||||
|
Loading…
Reference in New Issue
Block a user