Skip to content

Commit

Permalink
Ensure that search bar hint is single-line. (#4461)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrant authored Feb 8, 2024
1 parent 7e5485c commit 7ffaf29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/activity_page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
android:drawablePadding="8dp"
android:paddingStart="12dp"
android:layout_marginEnd="4dp"
android:maxLines="1"
android:ellipsize="end"
app:drawableTint="?attr/placeholder_color"
app:drawableStartCompat="@drawable/ic_search_white_24dp"/>

Expand Down

0 comments on commit 7ffaf29

Please sign in to comment.