I have a SearchView
with a hint text in the search box.
How can i set the text size of the queryHint
?
<SearchView
android:id="@+id/searchViewBox"
android:layout_width="351dp"
android:layout_height="49dp"
android:elevation="10dp"
android:iconifiedByDefault="false"
android:queryBackground="@null"
android:queryHint="Search text here"
app:layout_constraintTop_toBottomOf="@+id/titel" />