Skip to content

Commit

Permalink
NT-1908:UI for Comment Composer (#1283)
Browse files Browse the repository at this point in the history
* fix paddding issue

* fix merge
  • Loading branch information
hadia committed Jun 10, 2021
1 parent 89540a8 commit 4f9dd71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/comment_composer_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
android:layout_height="1dp"
android:background="@color/kds_support_200"
android:layout_marginBottom="@dimen/grid_3"
app:layout_goneMarginBottom="@dimen/grid_6"
app:layout_constraintBottom_toTopOf="@+id/comment_text_composer"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
Expand All @@ -22,7 +24,6 @@
android:layout_width="@dimen/comments_feed_avatar_width"
android:layout_height="@dimen/comments_feed_avatar_height"
android:layout_alignParentStart="true"
app:layout_constraintTop_toBottomOf="@id/separtor"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
tools:ignore="ContentDescription"
Expand Down

0 comments on commit 4f9dd71

Please sign in to comment.