Skip to content

Commit

Permalink
[mod] #160 타이틀과 댓글 수 사이 간격 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
sxunea committed Aug 27, 2023
1 parent 4f9e4eb commit 25e0889
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/item_detail_feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
android:id="@+id/tv_detail_title"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:minHeight="44dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
android:text="@{data.feedTitle}"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/item_myfeed_post.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
android:id="@+id/tv_myfeed_title"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:minHeight="44dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="5dp"
android:text="@{data.feedTitle}"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/item_wineyfeed_post.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
android:id="@+id/tv_wineyfeed_title"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:minHeight="44dp"
android:layout_marginTop="10dp"
android:layout_marginEnd="5dp"
android:text="@{data.feedTitle}"
Expand Down

0 comments on commit 25e0889

Please sign in to comment.