Skip to content

Commit

Permalink
Adapt autocomplete item to system font size (#4588)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshliebe authored May 31, 2024
1 parent 9859118 commit ed999f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<com.duckduckgo.common.ui.view.text.DaxTextView
android:id="@+id/phrase"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:ellipsize="end"
android:gravity="center_vertical|start"
Expand Down

0 comments on commit ed999f2

Please sign in to comment.