sud游戏搜索页面优化更改

This commit is contained in:
18401019693 2023-09-27 17:20:29 +08:00
parent 32ebfa719d
commit e191fb82a3
4 changed files with 5 additions and 1 deletions

View File

@ -251,6 +251,7 @@ public class SudGameListPopup extends BottomPopupView {
public void onViewClicks() {
new XPopup.Builder(getContext())
.enableDrag(false)
.moveUpToKeyboard(false)
.asCustom(new CreateSudGamePopup(getContext(), customSidebarChildModels, false))
.show();

View File

@ -9,7 +9,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_marginTop="14dp"
android:layout_marginTop="44dp"
android:gravity="center_vertical">
<TextView
@ -29,6 +29,7 @@
<ImageView
android:layout_width="30dp"
android:visibility="gone"
android:layout_height="30dp"
android:layout_marginEnd="16dp"
android:src="@mipmap/icon_interactive_game_create_room_seats" />

View File

@ -28,6 +28,7 @@
android:layout_weight="1" />
<ImageView
android:visibility="gone"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_marginEnd="16dp"

View File

@ -250,6 +250,7 @@ public class MainHomeGameViewHolder extends AbsMainHomeChildViewHolder implement
public void onViewClicks() {
new XPopup.Builder(mContext)
.enableDrag(false)
.moveUpToKeyboard(false)
.asCustom(new CreateSudGamePopup(mContext, customSidebarChildModels, true).setHomeView(true))
.show();