Skip to content

Commit

Permalink
[chore] #251 단체개설완료뷰 뷰 깨지는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunniiii committed Mar 13, 2024
1 parent 793214d commit a9551dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_new_group_announcement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@

<TextView
android:id="@+id/tv_new_group_announcement_group_name"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:textAppearance="@style/TextAppearance.Pingle.Body.Med.16"
android:textColor="@color/g_03"
app:layout_constraintStart_toEndOf="@id/gl_start"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/gl_start"
app:layout_constraintTop_toBottomOf="@id/tv_new_group_announcement_title"
tools:text="@string/new_group_announcement_group_name" />

Expand Down

0 comments on commit a9551dd

Please sign in to comment.