Skip to content

Commit

Permalink
Merge pull request #61 from re-Mine/fix/54-community-ui-fix
Browse files Browse the repository at this point in the history
Fix/54 community UI fix
  • Loading branch information
ouob123 authored Feb 21, 2024
2 parents 4596803 + 56450f0 commit 21efcf6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/layout/comments_rv_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginLeft="5dp"
android:gravity="center"
android:layout_gravity="center"
android:orientation="vertical">

<TextView
android:id="@+id/commentNickName1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/black"
android:text="작성자 닉네임" />
android:text="행복한 강아지" />

<TextView
android:id="@+id/commentCreationTime1"
Expand Down Expand Up @@ -83,7 +83,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center"
android:layout_gravity="center"
android:layout_marginLeft="5dp"
android:orientation="vertical">

Expand All @@ -92,7 +92,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/black"
android:text="작성자 닉네임" />
android:text="웃는 까마귀" />

<TextView
android:id="@+id/commentCreationTime2"
Expand Down Expand Up @@ -138,15 +138,15 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginLeft="5dp"
android:gravity="center"
android:layout_gravity="center"
android:orientation="vertical">

<TextView
android:id="@+id/commentNickName3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/black"
android:text="작성자 닉네임" />
android:text="졸린 기린" />

<TextView
android:id="@+id/commentCreationTime3"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_check_contents.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
android:layout_height="wrap_content"
android:layout_weight="2"
android:layout_marginLeft="15dp"
android:text="댓글 n개" />
android:text="댓글 3개" />

<View
android:id="@+id/layoutLine2"
Expand Down

0 comments on commit 21efcf6

Please sign in to comment.