1
0
Fork 0

Doesn't allow for hint in URL bar on main page in two lines

master
Marcin Wiącek 2020-01-10 16:39:50 +01:00 committed by Emily Kager
parent 7034ad4be6
commit 159644579e
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@
android:layout_marginStart="44dp"
android:clickable="false"
android:focusable="false"
android:lines="1"
android:ellipsize="end"
android:importantForAccessibility="no"
android:text="@string/search_hint"
android:textColor="?primaryText"