Commit 8077a6762f272038363eb24f0e4f6a665e2784ba
1 parent
d5005fab
修改布局
Showing
1 changed file
with
4 additions
and
4 deletions
app/src/main/res/layout/activity_groupchat.xml
| @@ -67,7 +67,7 @@ | @@ -67,7 +67,7 @@ | ||
| 67 | android:layout_height="wrap_content" | 67 | android:layout_height="wrap_content" |
| 68 | android:layout_gravity="center" | 68 | android:layout_gravity="center" |
| 69 | android:layout_weight="0.2" | 69 | android:layout_weight="0.2" |
| 70 | - android:text="聊天室1" /> | 70 | + android:text="聊天室1发送" /> |
| 71 | 71 | ||
| 72 | 72 | ||
| 73 | <Button | 73 | <Button |
| @@ -76,7 +76,7 @@ | @@ -76,7 +76,7 @@ | ||
| 76 | android:layout_height="wrap_content" | 76 | android:layout_height="wrap_content" |
| 77 | android:layout_gravity="center" | 77 | android:layout_gravity="center" |
| 78 | android:layout_weight="0.2" | 78 | android:layout_weight="0.2" |
| 79 | - android:text="聊天室2" /> | 79 | + android:text="聊天室2发送" /> |
| 80 | </LinearLayout> | 80 | </LinearLayout> |
| 81 | 81 | ||
| 82 | <Button | 82 | <Button |
| @@ -100,7 +100,7 @@ | @@ -100,7 +100,7 @@ | ||
| 100 | android:id="@+id/creatChat" | 100 | android:id="@+id/creatChat" |
| 101 | android:layout_width="wrap_content" | 101 | android:layout_width="wrap_content" |
| 102 | android:layout_height="wrap_content" | 102 | android:layout_height="wrap_content" |
| 103 | - android:text="创建聊天室1" | 103 | + android:text="加入聊天室1" |
| 104 | android:layout_alignBaseline="@+id/creatChat2" | 104 | android:layout_alignBaseline="@+id/creatChat2" |
| 105 | android:layout_alignBottom="@+id/creatChat2" | 105 | android:layout_alignBottom="@+id/creatChat2" |
| 106 | android:layout_toRightOf="@+id/connectionBtn" /> | 106 | android:layout_toRightOf="@+id/connectionBtn" /> |
| @@ -118,7 +118,7 @@ | @@ -118,7 +118,7 @@ | ||
| 118 | android:id="@+id/creatChat2" | 118 | android:id="@+id/creatChat2" |
| 119 | android:layout_width="wrap_content" | 119 | android:layout_width="wrap_content" |
| 120 | android:layout_height="wrap_content" | 120 | android:layout_height="wrap_content" |
| 121 | - android:text="创建聊天室2" | 121 | + android:text="加入聊天室2" |
| 122 | android:layout_alignBaseline="@+id/connectionBtn" | 122 | android:layout_alignBaseline="@+id/connectionBtn" |
| 123 | android:layout_alignBottom="@+id/connectionBtn" | 123 | android:layout_alignBottom="@+id/connectionBtn" |
| 124 | android:layout_toRightOf="@+id/creatChat" | 124 | android:layout_toRightOf="@+id/creatChat" |