Skip to content

Commit

Permalink
🐛 add paddingend to comment edittext
Browse files Browse the repository at this point in the history
- before: when comment is longer than one line, "send" image button is covered by comment text
  • Loading branch information
Hogu59 committed Oct 12, 2024
1 parent a257b0b commit 9313286
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
android:padding="16dp"
android:textSize="16sp"
android:maxLength="30"
android:paddingEnd="40dp"
android:text="@={content}"
app:layout_constraintTop_toTopOf="parent"
tools:hint="Hint" />
Expand Down

0 comments on commit 9313286

Please sign in to comment.