Skip to content

Commit

Permalink
feat(my_xxx.xml): 내 댓글, 내 게시글, 내 모집글 ui 통일
Browse files Browse the repository at this point in the history
- lineSpacingExtra = 3dp
- ellipsize = end
- maxLines = 5
  • Loading branch information
ki960213 committed Feb 7, 2024
1 parent 74f7203 commit a01a458
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
android:layout_marginStart="17dp"
android:layout_marginTop="15dp"
android:layout_marginEnd="17dp"
android:lineSpacingExtra="3dp"
android:ellipsize="end"
android:fontFamily="@font/nanum_square_regular"
android:maxLines="5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
android:layout_marginStart="17dp"
android:layout_marginTop="15dp"
android:layout_marginEnd="17dp"
android:lineSpacingExtra="3dp"
android:ellipsize="end"
android:fontFamily="@font/nanum_square_regular"
android:maxLines="5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
android:lineSpacingExtra="3dp"
android:text="@{comment.content}"
android:textSize="12sp"
android:ellipsize="end"
android:maxLines="5"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@+id/tv_mycomments_event_name"
app:layout_constraintTop_toBottomOf="@+id/tv_mycomments_event_name"
Expand Down

0 comments on commit a01a458

Please sign in to comment.