diff --git a/android/app/src/main/res/layout/activity_comment_detail.xml b/android/app/src/main/res/layout/activity_comment_detail.xml index f39ec818..69bd4219 100644 --- a/android/app/src/main/res/layout/activity_comment_detail.xml +++ b/android/app/src/main/res/layout/activity_comment_detail.xml @@ -38,9 +38,9 @@ android:layout_marginStart="@dimen/margin_10" android:layout_marginTop="@dimen/margin_20" android:contentDescription="@string/comment_detail" - app:debouncedOnClick="@{() -> vm.onBackClick()}" android:padding="@dimen/margin_10" android:src="@drawable/btn_left_vector" + app:debouncedOnClick="@{() -> vm.onBackClick()}" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> @@ -74,7 +74,7 @@ app:layout_constraintTop_toTopOf="@id/tv_title_text" /> + app:layout_constraintStart_toStartOf="@+id/view_white_round" + app:layout_constraintTop_toBottomOf="@id/view_white_round" /> @@ -128,8 +128,8 @@ android:layout_width="match_parent" android:layout_height="@dimen/size_36" android:background="@color/gray_100" - app:debouncedOnClick="@{() -> vm.toggleCollapsibleView()}" android:translationZ="1dp" + app:debouncedOnClick="@{() -> vm.toggleCollapsibleView()}" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/tv_update_status" @@ -281,9 +281,9 @@ android:id="@+id/iv_send_comment" android:layout_width="@dimen/size_50" android:layout_height="@dimen/size_44" - app:debouncedOnClick="@{() -> vm.postComment()}" android:padding="@dimen/margin_10" android:src="@drawable/btn_comment_detail_send" + app:debouncedOnClick="@{() -> vm.postComment()}" app:layout_constraintBottom_toBottomOf="@id/et_comment" app:layout_constraintEnd_toEndOf="@id/et_comment" app:layout_constraintTop_toTopOf="@id/et_comment" /> @@ -309,8 +309,8 @@ android:layout_width="@dimen/icon_size_24" android:layout_height="@dimen/icon_size_24" android:layout_marginEnd="@dimen/margin_20" - app:debouncedOnClick="@{() -> vm.onClickReport()}" android:src="@drawable/ic_detail_report" + app:debouncedOnClick="@{() -> vm.onClickReport()}" app:layout_constraintBottom_toBottomOf="@id/tv_offering_members" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="@id/tv_offering_members" /> @@ -391,8 +391,8 @@ android:layout_width="@dimen/icon_size_24" android:layout_height="@dimen/icon_size_24" android:layout_marginStart="@dimen/margin_20" - app:debouncedOnClick="@{() -> vm.onExitClick()}" android:src="@drawable/btn_exit" + app:debouncedOnClick="@{() -> vm.onExitClick()}" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="@id/horizon_line" /> diff --git a/android/app/src/main/res/layout/item_comment_room_participant.xml b/android/app/src/main/res/layout/item_comment_room_participant.xml index c04b33ab..fc9bd8b3 100644 --- a/android/app/src/main/res/layout/item_comment_room_participant.xml +++ b/android/app/src/main/res/layout/item_comment_room_participant.xml @@ -1,5 +1,7 @@ - + @@ -13,59 +15,68 @@ - + android:textSize="@dimen/size_15" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintEnd_toStartOf="@id/tv_last_comment_time" + app:layout_constraintStart_toEndOf="@+id/iv_profile" + app:layout_constraintTop_toTopOf="@+id/iv_profile" + tools:text="엄청나게 긴 제목이 들어가는 것을 표현하는 중 입니다" /> + + - - + tools:text="물품에 대해 설명 드릴게요. 물품에 대해 설명 드릴게요. 물품에 대해 설명 드릴게요. " /> - \ No newline at end of file + diff --git a/android/app/src/main/res/layout/item_comment_room_proposer.xml b/android/app/src/main/res/layout/item_comment_room_proposer.xml index d5ca30c9..76b19f0b 100644 --- a/android/app/src/main/res/layout/item_comment_room_proposer.xml +++ b/android/app/src/main/res/layout/item_comment_room_proposer.xml @@ -1,5 +1,7 @@ - + @@ -12,59 +14,69 @@ type="com.zzang.chongdae.presentation.view.comment.adapter.OnCommentRoomClickListener" /> - + android:textSize="@dimen/size_15" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintEnd_toStartOf="@id/tv_last_comment_time" + app:layout_constraintStart_toEndOf="@+id/iv_profile" + app:layout_constraintTop_toTopOf="@+id/iv_profile" + tools:text="엄청나게 긴 제목이 들어가는 것을 표현하는 중 입니다" /> + + - - + tools:text="물품에 대해 설명 드릴게요. 물품에 대해 설명 드릴게요. 물품에 대해 설명 드릴게요. " /> - \ No newline at end of file +