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 | 67 | android:layout_height="wrap_content" |
| 68 | 68 | android:layout_gravity="center" |
| 69 | 69 | android:layout_weight="0.2" |
| 70 | - android:text="聊天室1" /> | |
| 70 | + android:text="聊天室1发送" /> | |
| 71 | 71 | |
| 72 | 72 | |
| 73 | 73 | <Button |
| ... | ... | @@ -76,7 +76,7 @@ |
| 76 | 76 | android:layout_height="wrap_content" |
| 77 | 77 | android:layout_gravity="center" |
| 78 | 78 | android:layout_weight="0.2" |
| 79 | - android:text="聊天室2" /> | |
| 79 | + android:text="聊天室2发送" /> | |
| 80 | 80 | </LinearLayout> |
| 81 | 81 | |
| 82 | 82 | <Button |
| ... | ... | @@ -100,7 +100,7 @@ |
| 100 | 100 | android:id="@+id/creatChat" |
| 101 | 101 | android:layout_width="wrap_content" |
| 102 | 102 | android:layout_height="wrap_content" |
| 103 | - android:text="创建聊天室1" | |
| 103 | + android:text="加入聊天室1" | |
| 104 | 104 | android:layout_alignBaseline="@+id/creatChat2" |
| 105 | 105 | android:layout_alignBottom="@+id/creatChat2" |
| 106 | 106 | android:layout_toRightOf="@+id/connectionBtn" /> |
| ... | ... | @@ -118,7 +118,7 @@ |
| 118 | 118 | android:id="@+id/creatChat2" |
| 119 | 119 | android:layout_width="wrap_content" |
| 120 | 120 | android:layout_height="wrap_content" |
| 121 | - android:text="创建聊天室2" | |
| 121 | + android:text="加入聊天室2" | |
| 122 | 122 | android:layout_alignBaseline="@+id/connectionBtn" |
| 123 | 123 | android:layout_alignBottom="@+id/connectionBtn" |
| 124 | 124 | android:layout_toRightOf="@+id/creatChat" | ... | ... |