Skip to content

Commit

Permalink
Limit length of the message to 67 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
sh123 committed Dec 7, 2023
1 parent 2c7eb04 commit b53785f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codec2talkie/src/main/res/layout/activity_message_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<androidx.appcompat.widget.AppCompatEditText
android:id="@+id/messages_edit"
android:layout_width="0dp"
android:maxLength="67"
android:layout_height="wrap_content"
app:layout_constraintEnd_toStartOf="@+id/messages_send"
app:layout_constraintStart_toStartOf="parent"
Expand Down

0 comments on commit b53785f

Please sign in to comment.