游戏房入口对接

This commit is contained in:
18401019693
2023-09-21 17:58:53 +08:00
parent fed6289f67
commit 0756dd9560
37 changed files with 1559 additions and 56 deletions

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="171dp"
android:background="@mipmap/img_pop_bg">
android:layout_height="354dp"
android:background="@drawable/bg_live_tota">
<TextView
android:id="@+id/title"
@@ -120,4 +120,4 @@
</LinearLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>

View File

@@ -345,6 +345,7 @@
<!--整蛊-->
<ImageView
android:id="@+id/live_cheat"
android:visibility="gone"
android:layout_width="35dp"
android:layout_height="35dp"
android:layout_marginEnd="8dp"