Skip to content

Commit

Permalink
configured editText to occupy single line
Browse files Browse the repository at this point in the history
Signed-off-by: sowjanyakch <[email protected]>
  • Loading branch information
sowjanyakch committed Dec 19, 2024
1 parent 473b041 commit f603181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_open_conversations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
android:layout_height="wrap_content"
android:hint="@string/nc_search"
android:textColorHint="@color/low_emphasis_text"
android:singleLine="true"
android:textColor = "@color/high_emphasis_text"/>
</com.google.android.material.textfield.TextInputLayout>
</com.google.android.material.appbar.MaterialToolbar>
Expand Down

0 comments on commit f603181

Please sign in to comment.