Skip to content

Commit a9551dd

Browse files
committed
[chore] #251 단체개설완료뷰 뷰 깨지는 문제 해결
1 parent 793214d commit a9551dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/res/layout/activity_new_group_announcement.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131

3232
<TextView
3333
android:id="@+id/tv_new_group_announcement_group_name"
34-
android:layout_width="match_parent"
35-
android:layout_height="0dp"
34+
android:layout_width="0dp"
35+
android:layout_height="wrap_content"
3636
android:layout_marginTop="16dp"
3737
android:textAppearance="@style/TextAppearance.Pingle.Body.Med.16"
3838
android:textColor="@color/g_03"
39-
app:layout_constraintStart_toEndOf="@id/gl_start"
4039
app:layout_constraintEnd_toEndOf="parent"
40+
app:layout_constraintStart_toEndOf="@id/gl_start"
4141
app:layout_constraintTop_toBottomOf="@id/tv_new_group_announcement_title"
4242
tools:text="@string/new_group_announcement_group_name" />
4343

0 commit comments

Comments
 (0)