sud游戏搜索页面优化更改
This commit is contained in:
parent
32ebfa719d
commit
e191fb82a3
@ -251,6 +251,7 @@ public class SudGameListPopup extends BottomPopupView {
|
|||||||
public void onViewClicks() {
|
public void onViewClicks() {
|
||||||
new XPopup.Builder(getContext())
|
new XPopup.Builder(getContext())
|
||||||
.enableDrag(false)
|
.enableDrag(false)
|
||||||
|
.moveUpToKeyboard(false)
|
||||||
.asCustom(new CreateSudGamePopup(getContext(), customSidebarChildModels, false))
|
.asCustom(new CreateSudGamePopup(getContext(), customSidebarChildModels, false))
|
||||||
|
|
||||||
.show();
|
.show();
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="40dp"
|
android:layout_height="40dp"
|
||||||
android:layout_marginTop="14dp"
|
android:layout_marginTop="44dp"
|
||||||
android:gravity="center_vertical">
|
android:gravity="center_vertical">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="30dp"
|
android:layout_width="30dp"
|
||||||
|
android:visibility="gone"
|
||||||
android:layout_height="30dp"
|
android:layout_height="30dp"
|
||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:src="@mipmap/icon_interactive_game_create_room_seats" />
|
android:src="@mipmap/icon_interactive_game_create_room_seats" />
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
android:layout_weight="1" />
|
android:layout_weight="1" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
android:visibility="gone"
|
||||||
android:layout_width="30dp"
|
android:layout_width="30dp"
|
||||||
android:layout_height="30dp"
|
android:layout_height="30dp"
|
||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
|
@ -250,6 +250,7 @@ public class MainHomeGameViewHolder extends AbsMainHomeChildViewHolder implement
|
|||||||
public void onViewClicks() {
|
public void onViewClicks() {
|
||||||
new XPopup.Builder(mContext)
|
new XPopup.Builder(mContext)
|
||||||
.enableDrag(false)
|
.enableDrag(false)
|
||||||
|
.moveUpToKeyboard(false)
|
||||||
.asCustom(new CreateSudGamePopup(mContext, customSidebarChildModels, true).setHomeView(true))
|
.asCustom(new CreateSudGamePopup(mContext, customSidebarChildModels, true).setHomeView(true))
|
||||||
|
|
||||||
.show();
|
.show();
|
||||||
|
Loading…
Reference in New Issue
Block a user