From 603cb36a5123e46656b06a5deb8d7ac7ff81307f Mon Sep 17 00:00:00 2001
From: 554325746@qq.com <554325746@qq.com>
Date: 星期三, 25 十二月 2019 08:48:51 +0800
Subject: [PATCH] a
---
app/src/main/res/layout/fragment_guest_mode.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/src/main/res/layout/fragment_guest_mode.xml b/app/src/main/res/layout/fragment_guest_mode.xml
index 53fcbf7..0832f6d 100644
--- a/app/src/main/res/layout/fragment_guest_mode.xml
+++ b/app/src/main/res/layout/fragment_guest_mode.xml
@@ -37,7 +37,7 @@
android:layout_height="@dimen/h141"
android:orientation="horizontal">
<GridView
- android:id="@+id/guest_list_two"
+ android:id="@+id/guest_list_one"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/w10"
@@ -54,7 +54,7 @@
android:layout_height="@dimen/h141"
android:orientation="horizontal">
<GridView
- android:id="@+id/guest_list_one"
+ android:id="@+id/guest_list_two"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/w10"
--
Gitblit v1.8.0